Compare commits

...

1 Commits
1.2 ... 1.2.1

Author SHA1 Message Date
1741f54321 - fix for reported error popping up 2010-10-12 12:45:33 +00:00

View File

@ -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