mirror of
https://github.com/HaodongMo/ArcCW.git
synced 2025-03-04 03:13:30 -05:00
Merge branch 'master' into fesiug-hud-edit-version2
This commit is contained in:
commit
902b576ba6
@ -102,7 +102,7 @@ function SWEP:DoLHIK()
|
||||
local stage, next_stage, next_stage_index
|
||||
|
||||
for i, k in pairs(tl) do
|
||||
if !k.t then continue end
|
||||
if !k or !k.t then continue end
|
||||
if k.t + self.LHIKStartTime > CurTime() then
|
||||
next_stage_index = i
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user