mirror of
https://github.com/parnic/breakables.git
synced 2025-06-17 01:41:51 -05:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
1741f54321 |
@ -190,7 +190,7 @@ end
|
||||
function Breakables:CheckShouldFindBreakables()
|
||||
local latestTime = -1
|
||||
for i=0,#nextCheck do
|
||||
if nextCheck[i] > latestTime then
|
||||
if nextCheck[i] and nextCheck[i] > latestTime then
|
||||
latestTime = nextCheck[i]
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user