updated stats

This commit is contained in:
kremsy
2014-01-03 21:06:24 +01:00
parent dcdb7f8226
commit bb2e3b13fd
6 changed files with 34 additions and 29 deletions

View File

@ -51,8 +51,6 @@ class Server implements CallbackListener {
$this->serverCommands = new ServerCommands($maniaControl);
$this->initTables();
//$this->initServer();
}
/**
@ -398,4 +396,11 @@ class Server implements CallbackListener {
}
return true;
}
/**
* @return int
*/
public function getServerId() {
return $this->serverId;
}
}