From 37fd89e38c117f08c0dba6f5fa951413ef0ff79a Mon Sep 17 00:00:00 2001 From: kremsy Date: Mon, 15 May 2017 21:13:06 +0200 Subject: [PATCH] removed space --- libs/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php b/libs/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php index 7a07b68b..11a7901c 100755 --- a/libs/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php +++ b/libs/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php @@ -66,7 +66,7 @@ class FaultException extends Exception { case 'Map lightmap is not up to date.': case 'Map lightmap is not up to date. (will still load for now)': case 'The map doesn\'t match the server packmask.': - case 'The map environment is not available on the server (doesn\'t match the server packmask). ': + case 'The map environment is not available on the server (doesn\'t match the server packmask).': return new InvalidMapException($faultString, $faultCode); case 'Ladder mode unknown.': case 'You cannot change the max players count: AllowSpectatorRelays is activated.':