small cleanup

This commit is contained in:
kremsy 2014-02-14 13:52:20 +01:00 committed by Steffen Schröder
parent c0f4c460c1
commit 7f603f770a

View File

@ -303,15 +303,15 @@ class ManiaControl implements CommandListener {
// Manager callbacks
$this->callbackManager->manageCallbacks();
// Manage FileReader
$this->fileReader->appendData();
} catch(Exception $e) {
if ($e->getMessage() == 'Connection interupted') {
$this->quit($e->getMessage());
}
}
// Manage FileReader
$this->fileReader->appendData();
// Yield for next tick
$loopEnd = microtime(true);