Merge pull request #14536 from Citadel-Station-13/silicons-patch-13
removes delta_time from tgui process because it doesn't need it
This commit is contained in:
@@ -241,7 +241,7 @@
|
|||||||
* Run an update cycle for this UI. Called internally by SStgui
|
* Run an update cycle for this UI. Called internally by SStgui
|
||||||
* every second or so.
|
* every second or so.
|
||||||
*/
|
*/
|
||||||
/datum/tgui/process(delta_time, force = FALSE)
|
/datum/tgui/process(force = FALSE)
|
||||||
if(closing)
|
if(closing)
|
||||||
return
|
return
|
||||||
var/datum/host = src_object.ui_host(user)
|
var/datum/host = src_object.ui_host(user)
|
||||||
|
|||||||
Reference in New Issue
Block a user