updated stats
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user