added lagoon environment

This commit is contained in:
kremsy 2017-05-13 22:48:05 +02:00
parent 563a146492
commit eebb2476b0
2 changed files with 5 additions and 22 deletions

View File

@ -325,23 +325,4 @@ class ManiaExchangeManager implements UsageInformationAble {
$mapSearch->fetchMapsAsync($function);
}
/**
* Get the Current Environment by String
*
* @param string $env
* @return int
*/
private function getEnvironment($env) {
switch ($env) {
case 'TMCanyon':
return 1;
case 'TMStadium':
return 2;
case 'TMValley':
return 3;
default:
return -1;
}
}
}

View File

@ -278,6 +278,8 @@ class ManiaExchangeMapSearch implements UsageInformationAble {
return 2;
case 'TMValley':
return 3;
case 'TMLagoon':
return 4;
default:
return -1;
}