Removed debuging print statements
This commit is contained in:
@@ -114,10 +114,6 @@ public class Mail implements Module, Listener
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println(playerToMsg);
|
|
||||||
System.out.println(idToMsg);
|
|
||||||
System.out.println(archives);
|
|
||||||
|
|
||||||
String themeStr = (String) DataManager.getData(sender, "theme");
|
String themeStr = (String) DataManager.getData(sender, "theme");
|
||||||
String actions = (String) DataManager.getData(sender, "actions");
|
String actions = (String) DataManager.getData(sender, "actions");
|
||||||
String names = (String) DataManager.getData(sender, "names");
|
String names = (String) DataManager.getData(sender, "names");
|
||||||
@@ -589,7 +585,6 @@ public class Mail implements Module, Listener
|
|||||||
.appendSendChatHover("&e/mail", "/mail", "Click to read your messages")
|
.appendSendChatHover("&e/mail", "/mail", "Click to read your messages")
|
||||||
.appendText("&7 to read them.")
|
.appendText("&7 to read them.")
|
||||||
.send();
|
.send();
|
||||||
System.out.println("Loaded " + p.getName());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
|
|||||||
Reference in New Issue
Block a user