Fixed issue with City Mayors not getting mails regarding inactive citizens.

This commit is contained in:
Cekis
2018-03-23 15:57:33 -07:00
committed by CekisSWG
parent 15c943dfde
commit c3a2f3a3d3
+2 -1
View File
@@ -3731,7 +3731,8 @@ public class base_class
dictionary dict = new dictionary();
dict.put("from", from);
dict.put("subject", subject);
dict.put("message", localizedMessageText);
if(localizedMessageText != null)
dict.put("message", localizedMessageText);
if (outOfBand != null)
dict.put("outofband", outOfBand);
messageTo(to, "handleChatPersistentMessage", dict, 0, true);