Made monitoring soft-muted messages easier.
Optionally in the GP logs and always in the server logs.
This commit is contained in:
parent
e767551188
commit
e60bcba4f9
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user