From 39aaed2c2c79db5466fc8a24826d476699732e25 Mon Sep 17 00:00:00 2001 From: MajorXAcE Date: Tue, 13 Sep 2016 18:29:01 -0400 Subject: [PATCH] Update ExileClient_object_player_stats_updateTemperature.sqf --- .../ExileClient_object_player_stats_updateTemperature.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mission Files/mpmissions/Exile.Yourmap/PTWS/ExileClient_object_player_stats_updateTemperature.sqf b/Mission Files/mpmissions/Exile.Yourmap/PTWS/ExileClient_object_player_stats_updateTemperature.sqf index ce4142e..759e18a 100644 --- a/Mission Files/mpmissions/Exile.Yourmap/PTWS/ExileClient_object_player_stats_updateTemperature.sqf +++ b/Mission Files/mpmissions/Exile.Yourmap/PTWS/ExileClient_object_player_stats_updateTemperature.sqf @@ -3,7 +3,7 @@ * * Exile Mod * www.exilemod.com - * © 2015 Exile Mod Team + * © 2015 Exile Mod Team * * This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. * To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/. @@ -46,7 +46,7 @@ _mapOverride = true; //Set true if you want the season to stay the same for spec if (_mapOverride) then { - switch (worldName) do { + switch (toLower worldName) do { case "tanoa": { _season = "Summer"; }; case "namalsk": { _season = "Fall"; }; };