dedicated server api update

This commit is contained in:
kremsy
2015-02-24 10:26:46 +01:00
parent cee9039c0b
commit 8011ce4adf
2 changed files with 4 additions and 3 deletions

View File

@ -34,6 +34,7 @@ class FaultException extends Exception
return new LockedFeatureException($faultString, $faultCode);
case 'Login or Uid unknown.':
case 'Login unknown.':
case 'Payer login unknown.':
return new UnknownPlayerException($faultString, $faultCode);
case 'The player is not a spectator':
case 'The player is not a spectator.':