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

@@ -481,7 +481,7 @@ do-- Mod data
end,
funcA1=function(P)
for _,k in pairs{'das','arr','sddas','sdarr'} do
P.gameEnv[k]=O
P.gameEnv[k]=0
P.gameEnv.__lock(k)
end
end
@@ -555,7 +555,7 @@ do-- Game data tables
curMode=false, -- Current gamemode object
initPlayerCount=0, -- Player count when init game
mod=TABLE.new(0,#MODOPT),-- List of loaded mods
modApplyAt='preInit', -- Apply mod when? (preInit, postInit, always)
modApplyAt='postInit', -- Apply mod when? (preInit, postInit, always)
modeEnv=false, -- Current gamemode environment
setting={}, -- Game settings
rep={}, -- Recording list, key,time,key,time...