remove separated color

This commit is contained in:
ayunami2000
2022-04-10 14:10:15 -04:00
parent 391677596a
commit 0fc2aa68b0
3 changed files with 5 additions and 6 deletions

View File

@ -64,7 +64,7 @@ public class CommandListener extends PlexListener
{
event.setCancelled(true);
//PlexLog.debug("Command blocked.");
player.sendMessage(PlexUtils.mmDeserialize(PlexUtils.messageString("blockedCommandColor") + blockedCommand.getMessage()));
player.sendMessage(PlexUtils.mmDeserialize(blockedCommand.getMessage()));
return;
}
}