improved server class

This commit is contained in:
Steffen Schröder
2013-11-10 20:09:08 +01:00
parent 3622266a36
commit a4a12298d4
4 changed files with 121 additions and 175 deletions

View File

@ -96,6 +96,8 @@ class ManiaControl {
/**
* Quit ManiaControl and log the given message
*
* @param string $message
*/
public function quit($message = false) {
if ($this->client) {