Added a couple of useful services to rconservice
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
app.controller( 'PlayerXpController', PlayerXpController );
|
||||
|
||||
function PlayerXpController( $scope, rconService, $routeParams )
|
||||
{
|
||||
$scope.userid = $routeParams.userid;
|
||||
}
|
||||
Reference in New Issue
Block a user