Skip to content

Commit

Permalink
optimize new checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Demigod916 committed Jun 19, 2024
1 parent abe7bde commit 067d102
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ local drawPrint = false
local function drawLoop()
lib.requestStreamedTextureDict(indicator.dict)
while next(store.nearby) do
if utils.shouldHideInteractions() then break end
---@type Interaction | nil
local newActive = nil
for i = 1, #store.nearby do
Expand Down Expand Up @@ -139,7 +138,7 @@ function BuilderLoop()
print('yes builder is running')
end
end
Wait(1000)
Wait(500)
end
store.nearby = {}
end
Expand Down

0 comments on commit 067d102

Please sign in to comment.