Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions [admin]/acpanel/c_gui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ function aAdminMain.Open ()
end
guiSetAlpha ( aAdminMain.Form, 1 )
guiSetVisible ( aAdminMain.Form, true )
guiSetInputMode( "no_binds_when_editing" )
showCursor ( true )
aAdminMain.Hidden = false
end
Expand Down Expand Up @@ -95,10 +96,4 @@ function aAdminMain.GetTab ( tab )
if ( v.Tab == tab ) then return k end
end
return nil
end

addEventHandler ( "onClientRender", root,
function ()
guiSetInputMode ( "no_binds_when_editing" )
end
)
end