added lagoon environment
This commit is contained in:
		@@ -325,23 +325,4 @@ class ManiaExchangeManager implements UsageInformationAble {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
		$mapSearch->fetchMapsAsync($function);
 | 
							$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;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -278,6 +278,8 @@ class ManiaExchangeMapSearch implements UsageInformationAble {
 | 
				
			|||||||
				return 2;
 | 
									return 2;
 | 
				
			||||||
			case 'TMValley':
 | 
								case 'TMValley':
 | 
				
			||||||
				return 3;
 | 
									return 3;
 | 
				
			||||||
 | 
								case 'TMLagoon':
 | 
				
			||||||
 | 
									return 4;
 | 
				
			||||||
			default:
 | 
								default:
 | 
				
			||||||
				return -1;
 | 
									return -1;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user