mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Forgot home for root group
This commit is contained in:
@@ -69,7 +69,10 @@ groups['Root']:edit('allow',false,{
|
|||||||
['admin-items']=true,
|
['admin-items']=true,
|
||||||
['all-items']=true,
|
['all-items']=true,
|
||||||
['repair']=true,
|
['repair']=true,
|
||||||
['global-chat']=true
|
['global-chat']=true,
|
||||||
|
['set-home']=true,
|
||||||
|
['home']=true,
|
||||||
|
['return']=true,
|
||||||
})
|
})
|
||||||
groups['Admin']:edit('allow',false,{
|
groups['Admin']:edit('allow',false,{
|
||||||
['player-list']=true,
|
['player-list']=true,
|
||||||
|
|||||||
Reference in New Issue
Block a user