Usage galaxy 1.17

This commit is contained in:
destro174
2021-06-27 19:58:34 +02:00
parent 3a60dada35
commit a9550c82fe
8 changed files with 20 additions and 34 deletions
@@ -87,16 +87,6 @@ public class ChatHandler {
// todo construct the mail and notify the player if online?
}
/**
* @param message the messaged to be parsed by the chatfilter
* @param player the player invoking the message
* @return the message altered by the filters
*/
public String applyChatFilters(String message, Player player) {
return "";
}
public void readMail(CommandSource commandSource, String targetPlayer, boolean unread) {
}
@@ -105,5 +95,4 @@ public class ChatHandler {
}
}
}