Made monitoring soft-muted messages easier.

Optionally in the GP logs and always in the server logs.
This commit is contained in:
ryanhamshire 2015-10-21 13:10:36 -07:00
parent e767551188
commit e60bcba4f9

View File

@ -140,7 +140,7 @@ class PlayerEventHandler implements Listener
recipients.clear(); recipients.clear();
recipients.addAll(recipientsToKeep); recipients.addAll(recipientsToKeep);
GriefPrevention.AddLogEntry(notificationMessage, CustomLogEntryTypes.Debug, true); GriefPrevention.AddLogEntry(notificationMessage, CustomLogEntryTypes.AdminActivity, false);
} }
//troll and excessive profanity filter //troll and excessive profanity filter