mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-03-29 18:24:39 +09:00
Fixed a few bugs in science info
This commit is contained in:
@@ -42,17 +42,20 @@ local ranks = Ranking._ranks(true)
|
||||
groups['Root']:edit('allow',false,{
|
||||
['player-list']=true,
|
||||
['readme']=true,
|
||||
['rockets']=true
|
||||
['rockets']=true,
|
||||
['science']=true
|
||||
})
|
||||
groups['Admin']:edit('allow',false,{
|
||||
['player-list']=true,
|
||||
['readme']=true,
|
||||
['rockets']=true
|
||||
['rockets']=true,
|
||||
['science']=true
|
||||
})
|
||||
groups['User']:edit('allow',false,{
|
||||
['player-list']=true,
|
||||
['readme']=true,
|
||||
['rockets']=true
|
||||
['rockets']=true,
|
||||
['science']=true
|
||||
})
|
||||
groups['Jail']:edit('allow',false,{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user