Add ALogger

This commit is contained in:
len
2021-05-15 13:52:02 +02:00
parent f5066d4a9e
commit 47fd6bf2db
5 changed files with 37 additions and 4 deletions
@@ -25,6 +25,7 @@ public class ChatHandler {
}
public void globalChat(CommandSender source, String message) {
// Check if the player has global chat enabled, if not warn them
String senderName, prefix = "";
Player sender = (Player) source;