removed exception report
This commit is contained in:
parent
754ca64532
commit
acd2dd95e3
@ -392,9 +392,7 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener {
|
|||||||
try {
|
try {
|
||||||
$this->callbackManager->manageCallbacks();
|
$this->callbackManager->manageCallbacks();
|
||||||
} catch (TransportException $e) {
|
} catch (TransportException $e) {
|
||||||
$this->log("Connection interrupted!");
|
$this->log('Connection interrupted!');
|
||||||
// TODO remove
|
|
||||||
$this->errorHandler->handleException($e, false);
|
|
||||||
$this->quit($e->getMessage(), true);
|
$this->quit($e->getMessage(), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException;
|
|||||||
* @copyright 2014 ManiaControl Team
|
* @copyright 2014 ManiaControl Team
|
||||||
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
|
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
|
||||||
*/
|
*/
|
||||||
class ServerCommands implements CallbackListener, CommandListener, ManialinkPageAnswerListener, TimerListener {
|
class Commands implements CallbackListener, CommandListener, ManialinkPageAnswerListener, TimerListener {
|
||||||
/*
|
/*
|
||||||
* Constants
|
* Constants
|
||||||
*/
|
*/
|
Loading…
Reference in New Issue
Block a user