From 0f13892b8b8b405cf86607187933a9f2ff5f192a Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Tue, 14 Jun 2016 14:28:54 -0700 Subject: Best friend appears online when messaging you --- system.lua | 1 + 1 file changed, 1 insertion(+) 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 -- cgit