mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Fixed A Few Bugs
This commit is contained in:
@@ -107,7 +107,7 @@ Gui.center.add{
|
||||
player_drop_down:draw(dropdowns)
|
||||
rank_drop_down:draw(dropdowns)
|
||||
local label = frame.add{
|
||||
name='warning'
|
||||
name='warning',
|
||||
type='label',
|
||||
caption='',
|
||||
style='bold_red_label'
|
||||
@@ -116,12 +116,12 @@ Gui.center.add{
|
||||
label.style.width = 200
|
||||
set_rank:draw(dropdowns)
|
||||
frame.add{
|
||||
name='player'
|
||||
name='player',
|
||||
type='label',
|
||||
caption=''
|
||||
}.style.visible = false
|
||||
frame.add{
|
||||
name='rank'
|
||||
name='rank',
|
||||
type='label',
|
||||
caption=''
|
||||
}.style.visible = false
|
||||
|
||||
@@ -17,7 +17,7 @@ end
|
||||
-- this file will just contain all the diffrent requires
|
||||
|
||||
-- admin dir
|
||||
require('Asmin/player-info')
|
||||
require('Admin/player-info')
|
||||
|
||||
-- commands dir
|
||||
|
||||
|
||||
@@ -44,14 +44,16 @@ groups['Root']:edit('allow',false,{
|
||||
['readme']=true,
|
||||
['rockets']=true,
|
||||
['science']=true,
|
||||
['tasklist']=true
|
||||
['tasklist']=true,
|
||||
['rank-changer']=true
|
||||
})
|
||||
groups['Admin']:edit('allow',false,{
|
||||
['player-list']=true,
|
||||
['readme']=true,
|
||||
['rockets']=true,
|
||||
['science']=true,
|
||||
['tasklist']=true
|
||||
['tasklist']=true,
|
||||
['rank-changer']=true
|
||||
})
|
||||
groups['User']:edit('allow',false,{
|
||||
['player-list']=true,
|
||||
|
||||
Reference in New Issue
Block a user