mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[no gbp] Fixes tgui say input focus, again (#90608)
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
. = ..()
|
||||
if(.)
|
||||
return
|
||||
winset(user, null, "command=[user.tgui_say_create_open_command(SAY_CHANNEL)]")
|
||||
winset(user, null, "command=[user.tgui_say_create_open_command(SAY_CHANNEL)];")
|
||||
winset(user, "tgui_say.browser", "focus=true")
|
||||
return TRUE
|
||||
|
||||
/datum/keybinding/client/communication/radio
|
||||
@@ -26,6 +27,7 @@
|
||||
if(.)
|
||||
return
|
||||
winset(user, null, "command=[user.tgui_say_create_open_command(RADIO_CHANNEL)]")
|
||||
winset(user, "tgui_say.browser", "focus=true")
|
||||
return TRUE
|
||||
|
||||
/datum/keybinding/client/communication/ooc
|
||||
@@ -39,6 +41,7 @@
|
||||
if(.)
|
||||
return
|
||||
winset(user, null, "command=[user.tgui_say_create_open_command(OOC_CHANNEL)]")
|
||||
winset(user, "tgui_say.browser", "focus=true")
|
||||
return TRUE
|
||||
|
||||
/datum/keybinding/client/communication/me
|
||||
@@ -52,4 +55,5 @@
|
||||
if(.)
|
||||
return
|
||||
winset(user, null, "command=[user.tgui_say_create_open_command(ME_CHANNEL)]")
|
||||
winset(user, "tgui_say.browser", "focus=true")
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user