Update tgui.dm

This commit is contained in:
silicons
2021-03-29 01:04:22 -07:00
committed by GitHub
parent b4ec612b4e
commit 753c25db6a
+1 -1
View File
@@ -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)