From cae07bb4080570bf5ec95e81bf2c2054377d3976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Mon, 27 Feb 2023 11:22:06 +0100 Subject: [PATCH] Remove uninitialized variable. --- mods/ra/maps/soviet-05/soviet05.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ra/maps/soviet-05/soviet05.lua b/mods/ra/maps/soviet-05/soviet05.lua index 9eb6d20ac0..74c1735658 100644 --- a/mods/ra/maps/soviet-05/soviet05.lua +++ b/mods/ra/maps/soviet-05/soviet05.lua @@ -171,7 +171,7 @@ Tick = function() if not RCheck then RCheck = true - if Difficulty == "easy" and ReinfCheck then + if Difficulty == "easy" then Trigger.AfterDelay(DateTime.Minutes(6), ReinfArmor) elseif Difficulty == "normal" then Trigger.AfterDelay(DateTime.Minutes(4), ReinfArmor)