游戏开始时列出使用了的mod

This commit is contained in:
MrZ626
2020-11-23 01:37:52 +08:00
parent 3b717d4705
commit b33cf65593
2 changed files with 14 additions and 0 deletions

View File

@@ -492,6 +492,8 @@ function resetGameData(replaying)
end
STAT.game=STAT.game+1
FREEROW.reset(30*#PLAYERS)
TASK.removeTask_code(TICK.showMods)
TASK.new(TICK.showMods,{0})
SFX.play("ready")
collectgarbage()
end