Renames in Store

This commit is contained in:
Cooldude2606
2019-08-23 21:41:43 +01:00
parent 70c60ddb5c
commit 5e1be09b3c
99 changed files with 820 additions and 755 deletions

View File

@@ -16,7 +16,7 @@ local interface_modules = {
['Group']='expcore.permission_groups',
['Roles']='expcore.roles',
['Store']='expcore.store',
['Gui']='expcore.gui',
--['Gui']='expcore.gui',
['Sudo']='expcore.sudo'
}

View File

@@ -478,7 +478,7 @@ end)
local r2 = config.activation_range^2
local rs2 = config.spawn_activation_range^2
Event.on_nth_tick(math.floor(60/config.update_smoothing),function()
local categories = Store.get_children(warp_timer.store)
local categories = Store.get_keys(warp_timer.store)
for _,category in pairs(categories) do
warp_timer:increment(1,category)
end