Remove uninitialized variable.
This commit is contained in:
committed by
abcdefg30
parent
c94c1f8a6c
commit
cae07bb408
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user