temporary endmatch fix
This commit is contained in:
parent
db255fe1c0
commit
655b337943
@ -206,6 +206,7 @@ class CallbackManager {
|
|||||||
$this->mapEnded = false;
|
$this->mapEnded = false;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case 'ManiaPlanet.EndMatch': //TODO temporary fix
|
||||||
case 'ManiaPlanet.EndMap':
|
case 'ManiaPlanet.EndMap':
|
||||||
if (!$this->mapEnded) {
|
if (!$this->mapEnded) {
|
||||||
$this->triggerCallback(self::CB_ENDMAP, $callback);
|
$this->triggerCallback(self::CB_ENDMAP, $callback);
|
||||||
|
Loading…
Reference in New Issue
Block a user