added performance reports for long loops

This commit is contained in:
kremsy
2017-05-10 11:07:45 +02:00
parent 7b3d5e4659
commit 7c74baf9d2
5 changed files with 15 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ class ShootManiaCallbacks implements CallbackListener {
*/
public function handleScriptCallbacks($name, $data) {
if (!$this->maniaControl->getCallbackManager()->callbackListeningExists($name)) {
//return; //Leave that disabled while testing/implementing Callbacks
return; //Leave that disabled while testing/implementing Callbacks
}
switch ($name) {
//MP4 New Callbacks