improved server stop handling

This commit is contained in:
Steffen Schröder 2014-06-20 16:22:45 +02:00
parent 1f905e2b3f
commit f4681da6c5
1 changed files with 1 additions and 3 deletions

View File

@ -397,10 +397,8 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener {
/**
* Handle Server Stop Callback
*
* @param array $callback
*/
public function handleServerStopCallback(array $callback) {
public function handleServerStopCallback() {
$this->quit('The Server has been shut down!');
}
}