Remove tgui say error (#25273)

* Remove the error

* Build and update tgui

* Restore precautionary if statement

* Build and update tgui

* trigger ci

---------

Co-authored-by: Arthri <41360489+a@users.noreply.github.com>
Co-authored-by: /tg/ui Builder <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Arthri
2024-05-01 23:23:26 +00:00
committed by GitHub
co-authored by Arthri /tg/ui Builder <41898282+github-actions[bot]@users.noreply.github.com>
parent a3a1be49b0
commit af7f35a0fe
3 changed files with 2 additions and 8 deletions
@@ -119,8 +119,5 @@
if("entry")
handle_entry(payload)
return TRUE
if("ready_state_error")
to_chat(client, "<span class='warning'>TGUI Say attempted to render before it was ready, please try again!</span>")
return FALSE
return FALSE