mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-12 11:21:16 +01:00
Fixes ParseException on /network page (Show_on_server_page)
This commit is contained in:
parent
e369f36547
commit
7f81b07f67
@ -103,6 +103,7 @@ Display_options:
|
||||
# Colors will be determined alphabetically in any case.
|
||||
Order_world_pies_by_percentage: false
|
||||
Players_table:
|
||||
Show_on_server_page: 2500
|
||||
Show_on_players_page: 25000
|
||||
Open_player_links_in_new_tab: false
|
||||
Show_player_IPs: true
|
||||
|
@ -103,7 +103,6 @@ public class ConfigSettingKeyTest {
|
||||
settings.remove(PluginSettings.SERVER_NAME);
|
||||
settings.remove(PluginSettings.BUNGEE_COPY_CONFIG);
|
||||
settings.remove(DatabaseSettings.TYPE);
|
||||
settings.remove(DisplaySettings.PLAYERS_PER_SERVER_PAGE);
|
||||
settings.remove(DisplaySettings.GRAPH_TPS_THRESHOLD_MED);
|
||||
settings.remove(DisplaySettings.GRAPH_TPS_THRESHOLD_HIGH);
|
||||
settings.remove(DisplaySettings.GRAPH_DISK_THRESHOLD_MED);
|
||||
|
Loading…
Reference in New Issue
Block a user