mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-10 22:01:00 +01:00
Removed ${playersMax} from the network page because the max_players config setting is not made available via ProxyConfig. #362
This commit is contained in:
parent
394314a888
commit
ab3048b515
@ -48,7 +48,6 @@ public class NetworkPageParser extends PageParser {
|
||||
addValue("playersOnlineSeries", PlayerActivityGraphCreator.buildSeriesDataString(networkOnlineData));
|
||||
addValue("playersGraphColor", Colors.PLAYERS_ONLINE.getColor());
|
||||
addValue("playersOnline", plugin.getProxy().getOnlineCount());
|
||||
addValue("playersMax", plugin.getProxy().getConfig().getPlayerLimit());
|
||||
|
||||
addValue("playersTotal", db.getUsersTable().getPlayerCount());
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
<h2><i class="fa fa-info-circle"></i> Information</h2>
|
||||
</div>
|
||||
<div class="box" style="height: 75%;">
|
||||
<p>${playersOnline}/${playersMax} Players Online</p>
|
||||
<p>${playersOnline} Players Online</p>
|
||||
<p>${playersTotal} Total Players</p>
|
||||
<p>${playersNewDay} New Players Today<br>${playersNewWeek} New Players This Week</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user