diff --git a/CHANGELOG.md b/CHANGELOG.md index b24086fd2..86b94548d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ This project follows [Semantic Versioning](http://semver.org) guidelines. ### Changed * Servers are now queued for deletion to allow for cancellation of deletion, as well as run in the background to speed up page loading. +### Removed +* Removed online player listing due to inconsistency in query library and an assortment of query related bugs. This will return in future versions when we get it working correctly. + ## v0.5.0-pre.3 (Bodacious Boreopterus) ### Added diff --git a/resources/views/server/index.blade.php b/resources/views/server/index.blade.php index 923ac56f4..071758860 100644 --- a/resources/views/server/index.blade.php +++ b/resources/views/server/index.blade.php @@ -64,17 +64,6 @@
-' + d.name + '
,');
- });
- }else{
- $('#toggle_players').html('No players are currently online.
'); - } + // Disabled. }); // New Console Data Recieved