From 3f9b0da4fe86a1e2671f1b373904398a07929a39 Mon Sep 17 00:00:00 2001 From: filoghost Date: Tue, 30 Dec 2014 13:42:16 +0100 Subject: [PATCH] Make the bungee placeholder "max players" match the local one. --- .../holographicdisplays/placeholder/PlaceholdersManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HolographicDisplays/Plugin/com/gmail/filoghost/holographicdisplays/placeholder/PlaceholdersManager.java b/HolographicDisplays/Plugin/com/gmail/filoghost/holographicdisplays/placeholder/PlaceholdersManager.java index b66e4c67..6872ae9e 100644 --- a/HolographicDisplays/Plugin/com/gmail/filoghost/holographicdisplays/placeholder/PlaceholdersManager.java +++ b/HolographicDisplays/Plugin/com/gmail/filoghost/holographicdisplays/placeholder/PlaceholdersManager.java @@ -23,7 +23,7 @@ public class PlaceholdersManager { protected static Set 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");