mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 12:16:37 +09:00
Renames in Store
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user