Update ExileClient_object_player_stats_updateTemperature.sqf

This commit is contained in:
MajorXAcE
2016-09-13 18:29:01 -04:00
committed by GitHub
parent 4d7caab310
commit 39aaed2c2c

View File

@ -3,7 +3,7 @@
*
* Exile Mod
* www.exilemod.com
* <EFBFBD> 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"; };
};