mirror of
https://github.com/parnic/breakables.git
synced 2025-06-16 17:40:13 -05:00
- fix for reported error popping up
This commit is contained in:
@ -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