improved server stop handling
This commit is contained in:
parent
1f905e2b3f
commit
f4681da6c5
@ -397,10 +397,8 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle Server Stop Callback
|
* Handle Server Stop Callback
|
||||||
*
|
|
||||||
* @param array $callback
|
|
||||||
*/
|
*/
|
||||||
public function handleServerStopCallback(array $callback) {
|
public function handleServerStopCallback() {
|
||||||
$this->quit('The Server has been shut down!');
|
$this->quit('The Server has been shut down!');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user