added debug notice to investigate error
This commit is contained in:
parent
0242f348ad
commit
911305a68c
@ -439,6 +439,7 @@ class MapManager implements CallbackListener {
|
|||||||
|
|
||||||
if (!isset($callback[1][0]["UId"])) {
|
if (!isset($callback[1][0]["UId"])) {
|
||||||
// TODO: why can this even happen?
|
// TODO: why can this even happen?
|
||||||
|
$this->maniaControl->errorHandler->triggerDebugNotice('map uid not set! '.print_r($callback, true));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (array_key_exists($callback[1][0]["UId"], $this->maps)) {
|
if (array_key_exists($callback[1][0]["UId"], $this->maps)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user