Final update

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-01-06 16:20:55 +07:00
parent 869135a10c
commit 766b32b1b4
8 changed files with 24 additions and 14 deletions

View File

@@ -48,6 +48,7 @@ local function _playRep(fileName)
for _,m in next,rep.mod do
GAME.mod[m[1]+1]=m[2]
end
GAME.modApplyAt=rep.modApplyAt or 'preInit' -- For V0.17.15 and older
GAME.rep={}
DATA.pumpRecording(rep.data,GAME.rep)