Remove uninitialized variable.

This commit is contained in:
Matthias Mailänder
2023-02-27 11:22:06 +01:00
committed by abcdefg30
parent c94c1f8a6c
commit cae07bb408

View File

@@ -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)