mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Fixed Bug In Admin Gui
This commit is contained in:
@@ -139,7 +139,7 @@ Admin.center = Gui.center.add{
|
|||||||
label.style.width = 200
|
label.style.width = 200
|
||||||
online_check:draw(dropdowns)
|
online_check:draw(dropdowns)
|
||||||
local _drop = player_drop_down:draw(dropdowns)
|
local _drop = player_drop_down:draw(dropdowns)
|
||||||
Gui.set_dropdown_index(_drop,pre_select_player.name)
|
if pre_select_player then Gui.set_dropdown_index(_drop,pre_select_player.name) end
|
||||||
local _drop = action_drop_down:draw(dropdowns)
|
local _drop = action_drop_down:draw(dropdowns)
|
||||||
Gui.set_dropdown_index(_drop,pre_select_action)
|
Gui.set_dropdown_index(_drop,pre_select_action)
|
||||||
local _text = reason_input:draw(dropdowns)
|
local _text = reason_input:draw(dropdowns)
|
||||||
|
|||||||
Reference in New Issue
Block a user