forked from MagicBane/Server
Initial refactor of damagetype
This commit is contained in:
@@ -95,7 +95,7 @@ public enum ChatManager {
|
||||
|
||||
PlayerBonuses bonus = pc.getBonuses();
|
||||
|
||||
if (bonus != null && bonus.getBool(ModType.Silenced, SourceType.NONE)) {
|
||||
if (bonus != null && bonus.getBool(ModType.Silenced, SourceType.None)) {
|
||||
ChatManager.chatSayError(pc, SILENCED);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user