diff options
| author | 1029chris <1029chris@gmail.com> | 2016-06-14 14:28:54 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-06-14 14:28:54 -0700 |
| commit | 0f13892b8b8b405cf86607187933a9f2ff5f192a (patch) | |
| tree | 32eac41edbdbb0edf85f19f8534c2ffb50896f9a | |
| parent | 5f57817773fe44b6417fa4e577fe45ebd2c7c351 (diff) | |
Best friend appears online when messaging you
| -rw-r--r-- | system.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
