Fix Inversion A2N

pull/6/head
Rin 2021-08-22 07:35:54 +01:00
parent bff53b6fd5
commit 99665f23e7
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ InversionGame.name = "Inversion A2N"
InversionGame.hash = "InversionA2N"
InversionGame.tagline = "What if the active piece was invisible?"
function InversionGame:new()
SurvivalA2Game:new()
function InversionGame:new(_, c)
SurvivalA2Game:new(_, c)
self.piece_active_time = 0
end