mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-01-01 05:01:40 +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.
|
-- see ExpCore/ranks.lua for examples - you add your own and edit pre-made ones here.
|
||||||
|
|
||||||
local groups = Ranking._groups(true)
|
local groups = Ranking._groups(true)
|
||||||
local ranks = Ranking._ranks(true)
|
|
||||||
|
|
||||||
groups['Root']:edit('allow',false,{
|
groups['Root']:edit('allow',false,{
|
||||||
['player-list']=true,
|
['player-list']=true,
|
||||||
@@ -128,6 +127,8 @@ groups['User']:add_rank{
|
|||||||
power=4
|
power=4
|
||||||
}
|
}
|
||||||
|
|
||||||
|
local ranks = Ranking._ranks(true)
|
||||||
|
|
||||||
ranks['Developer']:edit('allow',false,{
|
ranks['Developer']:edit('allow',false,{
|
||||||
['cheat-mode']=true
|
['cheat-mode']=true
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user