From 753c25db6ad7d58ed73dbce72cc8589f1b1be786 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Mon, 29 Mar 2021 01:04:22 -0700 Subject: [PATCH] Update tgui.dm --- code/modules/tgui/tgui.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/tgui/tgui.dm b/code/modules/tgui/tgui.dm index b99783f67a..c6e5a99ac3 100644 --- a/code/modules/tgui/tgui.dm +++ b/code/modules/tgui/tgui.dm @@ -241,7 +241,7 @@ * Run an update cycle for this UI. Called internally by SStgui * every second or so. */ -/datum/tgui/process(delta_time, force = FALSE) +/datum/tgui/process(force = FALSE) if(closing) return var/datum/host = src_object.ui_host(user)