Fixed a few bugs in science info

This commit is contained in:
Cooldude2606
2018-01-01 01:47:21 +00:00
parent 7fd12119ce
commit 6cd2aea238
3 changed files with 21 additions and 9 deletions

View File

@@ -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,{