mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 12:16:37 +09:00
Moved where the ranks are made in playreRanks
This commit is contained in:
@@ -37,7 +37,6 @@ http://lua-api.factorio.com/latest/defines.html#defines.input_action
|
||||
-- see ExpCore/ranks.lua for examples - you add your own and edit pre-made ones here.
|
||||
|
||||
local groups = Ranking._groups(true)
|
||||
local ranks = Ranking._ranks(true)
|
||||
|
||||
groups['Root']:edit('allow',false,{
|
||||
['player-list']=true,
|
||||
@@ -128,6 +127,8 @@ groups['User']:add_rank{
|
||||
power=4
|
||||
}
|
||||
|
||||
local ranks = Ranking._ranks(true)
|
||||
|
||||
ranks['Developer']:edit('allow',false,{
|
||||
['cheat-mode']=true
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user