diff options
Diffstat (limited to 'system.lua')
| -rw-r--r-- | system.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ function updateSystem(dt) chat.status = 1 msgssent = msgssent + 1 end - if v1.complete == true and v2.start == false then + if v1.complete == true and v2.start == false and v2.complete == false then v2.startTime = v2.startTime + dt if v2.startTime >= 20 then v2.start = true |
