diff options
Diffstat (limited to 'system.lua')
| -rw-r--r-- | system.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ function drawLayer(id) end function updateSystem(dt) timeNoti(dt) - if time >= msgstime[msg.c] and msgssent < msg.c then + if time >= msgstime[msg.c] and msgssent < msg.c and v1.yes == false and v1.complete == false then sendMessage(1, msgs[msg.c]) msgssent = msgssent + 1 end |
