From c4cdd4efc8adaffd6c8061ce23fd1dd0039eae7d Mon Sep 17 00:00:00 2001 From: niuniu319 Date: Sat, 23 May 2026 08:59:44 +0800 Subject: [PATCH] Fix typo: RedRock -> Redrock in weatherdefinitions.lua (#7118) MapWeatherList used 'RedRock' but the actual definition key is 'Redrock'. Fixes FAForever/fa#7118 --- lua/weatherdefinitions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/weatherdefinitions.lua b/lua/weatherdefinitions.lua index f44bf35751b..a5178a9d3a3 100644 --- a/lua/weatherdefinitions.lua +++ b/lua/weatherdefinitions.lua @@ -59,7 +59,7 @@ MapStyleList = { 'Evergreen', 'Geothermal', 'Lava', - 'RedRock', + 'Redrock', 'Tropical', 'Tundra', }