Usage galaxy 1.17
This commit is contained in:
@@ -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 {
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user