From 14dcaa92f1fd7c866087303067d894596ed0b58b Mon Sep 17 00:00:00 2001 From: kremsy Date: Wed, 30 Apr 2014 15:29:12 +0200 Subject: [PATCH] mp2 maps possible on mx --- application/core/ManiaExchange/ManiaExchangeManager.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/application/core/ManiaExchange/ManiaExchangeManager.php b/application/core/ManiaExchange/ManiaExchangeManager.php index bb1a492e..3424f76d 100644 --- a/application/core/ManiaExchange/ManiaExchangeManager.php +++ b/application/core/ManiaExchange/ManiaExchangeManager.php @@ -299,8 +299,10 @@ class ManiaExchangeManager { $url .= '&priord=' . $searchOrder; $url .= '&limit=' . $maxMapsReturned; - $url .= '&minexebuild=' . self::MIN_EXE_BUILD; - + if ($titlePrefix != "tm") { + $url .= '&minexebuild=' . self::MIN_EXE_BUILD; + } + // Get MapTypes try { $scriptInfos = $this->maniaControl->client->getModeScriptInfo();