some fixes due new structure

This commit is contained in:
kremsy
2014-01-16 19:40:54 +01:00
committed by Steffen Schröder
parent 0c6d8c010c
commit fd2f9faa6c
5 changed files with 16 additions and 15 deletions

View File

@ -174,7 +174,7 @@ class PlayerActions {
if($releaseSlot) {
// Free player slot
$this->maniaControl->client->spectatorReleasePlayerSlot($target->login);
//$this->maniaControl->client->spectatorReleasePlayerSlot($target->login); //TODO not in spec exception mp crash
}
}