renamed rconService.getUsers() to rconService.getPlayers() to be consistent

console History rotates correctly up and down
This commit is contained in:
alexfriesen
2016-05-19 18:58:36 +02:00
parent 12c58af9af
commit 90c60f9fa9
4 changed files with 30 additions and 10 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ function RconService()
}
}
s.getUsers = function(scope, success) {
s.getPlayers = function(scope, success) {
this.Request( "playerlist", scope, function ( response )
{
var players = JSON.parse( response.Message );