renamed rconService.getUsers() to rconService.getPlayers() to be consistent
console History rotates correctly up and down
This commit is contained in:
+2
-2
@@ -8,9 +8,9 @@ function PlayerListController( $scope, rconService, $interval )
|
||||
|
||||
$scope.Refresh = function ()
|
||||
{
|
||||
rconService.getUsers($scope, function ( users )
|
||||
rconService.getPlayers($scope, function ( players )
|
||||
{
|
||||
$scope.Players = users;
|
||||
$scope.Players = players;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user