Fixed an issue with Survival A3 that prevented extension of the mode

pull/24/head
Ishaan Bhardwaj 2021-06-17 22:59:30 -04:00
parent 5013443302
commit 312b95728d
1 changed files with 1 additions and 3 deletions

View File

@ -38,11 +38,9 @@ function SurvivalA3Game:new()
end
function SurvivalA3Game:initialize(ruleset)
self.torikan_time = frameTime(2,28)
if ruleset.world then self.torikan_time = frameTime(3,03) end
self.super.initialize(self, ruleset)
-- ^ notice the . here instead of the :
GameMode.initialize(self, ruleset)
end
function SurvivalA3Game:getARE()