mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-11-18 17:30:04 +00:00
Removed max slots
This commit is contained in:
parent
94e6169d36
commit
e163d5bcc2
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ $(document).ready(function() {
|
|||
$("#online").html('<span style="color: firebrick; font-weight: bolder;"> Server is Offline</span>');
|
||||
$(".button").hide();
|
||||
} else {
|
||||
$("#online").html('TotalFreedom has <font color="green">' + json.players.online + '/' + json.players.max + '</font> players online!');
|
||||
$("#online").html('TotalFreedom has <font color="green">' + json.players.online + '</font> players online!');
|
||||
$("#players-online").html(json.players.online + ' online players!');
|
||||
$('.button').show();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue