fallback proc now calls parent

This commit is contained in:
ItsSelis
2022-10-03 23:10:36 +02:00
parent 28e3a264b5
commit fb27bd83e2
+4 -1
View File
@@ -471,7 +471,10 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
log_admin(msg)
TicketPanel() //we have to be here to do this
/datum/admin_help/tgui_fallback()
/datum/admin_help/tgui_fallback(payload)
if(..())
return
TicketPanelLegacy()
/datum/admin_help/tgui_interact(mob/user, datum/tgui/ui)