From 04bc4284c1c59c719cbb4147e39a3ff71e22e5c3 Mon Sep 17 00:00:00 2001 From: nicetoolbox Date: Fri, 2 Oct 2020 01:33:14 -0700 Subject: [PATCH] this is a timer or null, not boolean/int --- code/modules/research/rdconsole.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/rdconsole.dm b/code/modules/research/rdconsole.dm index ee42a960299..896a1942948 100644 --- a/code/modules/research/rdconsole.dm +++ b/code/modules/research/rdconsole.dm @@ -956,7 +956,7 @@ won't update every console in existence) but it's more of a hassle to do. Also, // This could be expensive, and will still be called // if the timer calls this function deltimer(wait_message_timer) - wait_message_timer = 0 + wait_message_timer = null SStgui.update_uis(src)