mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
* GUI: increased ignore list max size from 100 to 500;
This commit is contained in:
parent
e170f724d4
commit
5578437dde
3 changed files with 5 additions and 5 deletions
|
|
@ -17,7 +17,7 @@ public final class IgnoreList {
|
|||
+ "<br>\\ignore username - add username to ignore list (they won't be able to chat or join to your new game)."
|
||||
+ "<br>\\unignore username - remove a username from your ignore list on this server.</font>";
|
||||
|
||||
public static final int MAX_IGNORE_LIST_SIZE = 100;
|
||||
public static final int MAX_IGNORE_LIST_SIZE = 500;
|
||||
public static final Set<ChatMessage.MessageType> IGNORED_MESSAGE_TYPES
|
||||
= ImmutableSet.of(ChatMessage.MessageType.TALK,
|
||||
ChatMessage.MessageType.WHISPER_FROM);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue