diff options
| author | 1029chris <1029chris@gmail.com> | 2016-04-21 14:31:07 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-04-21 14:31:07 -0700 |
| commit | 40cff9688fb0a177c35b067c687fcac701ef60b3 (patch) | |
| tree | f70d86785f75b37f486762003afa5256f0c335ef | |
| parent | 93c08eea949389de3d41148197100d232eacc137 (diff) | |
Notifications fit in bubble
| -rw-r--r-- | chat.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ function sendMessage(id, message) msg.new = true table.insert(msg.msgs, 1, {id, message}) if win[1].ex == true or layer[1] ~= 1 then - notifyNow("CHAT NOTIFICATION", "New message from\nBest Friend:\n\n" .. message) + notifyNow("CHAT NOTIFICATION", "New message from\nBest Friend:\n" .. message) end if msg.c ~= 21 then msg.c = msg.c + 1 |
