aboutsummaryrefslogtreecommitdiff
path: root/system.lua
diff options
context:
space:
mode:
Diffstat (limited to 'system.lua')
-rw-r--r--system.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/system.lua b/system.lua
index 7aecdd8..5ec8f71 100644
--- a/system.lua
+++ b/system.lua
@@ -8,6 +8,7 @@ function updateSystem(dt)
timeNoti(dt)
if time >= msgstime[msg.c] and msgssent < msg.c and v1.yes == false and v1.complete == false then
sendMessage(1, msgs[msg.c])
+ chat.status = 1
msgssent = msgssent + 1
end
end