mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Fix for "More verb fixes"
Corrects a minor error which meant the map would not regain focus upon enabling of the hotkey mode with tab.
This commit is contained in:
@@ -136,7 +136,7 @@ Admin:
|
||||
|
||||
if(hotkeyon)//using an if statement because I don't want to clutter winset() with ? operators
|
||||
winset(usr, "mainwindow.hotkey_toggle", "is-checked=true")//checks the button
|
||||
winset(usr, "mainwindow.mapwindow", "focus=true")//sets mapwindow focus
|
||||
winset(usr, "mapwindow.map", "focus=true")//sets mapwindow focus
|
||||
else
|
||||
winset(usr, "mainwindow.hotkey_toggle", "is-checked=false")//unchecks the button
|
||||
winset(usr, "mainwindow.input", "focus=true")//sets focus
|
||||
|
||||
Reference in New Issue
Block a user