Unredden the input bar when the viewport is clicked

This commit is contained in:
Tad Hardesty
2018-05-21 01:51:31 -07:00
parent db78a4cc5e
commit c02f83ad27
+2
View File
@@ -680,6 +680,8 @@ GLOBAL_LIST_EMPTY(external_rsc_urls)
if (clicklimiter[SECOND_COUNT] > scl)
to_chat(src, "<span class='danger'>Your previous click was ignored because you've done too many in a second</span>")
return
winset(src, null, "input.background-color=[COLOR_INPUT_DISABLED]")
..()
/client/proc/add_verbs_from_config()