mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-11-08 11:51:35 +01:00
Make the bungee placeholder "max players" match the local one.
This commit is contained in:
parent
be1866fc2d
commit
3f9b0da4fe
@ -23,7 +23,7 @@ public class PlaceholdersManager {
|
||||
protected static Set<DynamicLineData> linesToUpdate = Utils.newSet();
|
||||
|
||||
private static final Pattern BUNGEE_ONLINE_PATTERN = makePlaceholderWithArgsPattern("online");
|
||||
private static final Pattern BUNGEE_MAX_PATTERN = makePlaceholderWithArgsPattern("max");
|
||||
private static final Pattern BUNGEE_MAX_PATTERN = makePlaceholderWithArgsPattern("max_players");
|
||||
private static final Pattern BUNGEE_MOTD_PATTERN = makePlaceholderWithArgsPattern("motd");
|
||||
private static final Pattern BUNGEE_MOTD_2_PATTERN = makePlaceholderWithArgsPattern("motd2");
|
||||
private static final Pattern BUNGEE_STATUS_PATTERN = makePlaceholderWithArgsPattern("status");
|
||||
|
Loading…
Reference in New Issue
Block a user