From 27d9880c08d07eeee649df2d583d1868339704f7 Mon Sep 17 00:00:00 2001 From: nicetoolbox Date: Fri, 2 Oct 2020 01:24:10 -0700 Subject: [PATCH] remove useless update_uis --- code/modules/research/rdconsole.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/research/rdconsole.dm b/code/modules/research/rdconsole.dm index ccf9f65a5f1..8f8a44d2bed 100644 --- a/code/modules/research/rdconsole.dm +++ b/code/modules/research/rdconsole.dm @@ -345,7 +345,6 @@ won't update every console in existence) but it's more of a hassle to do. Also, log_admin("[key_name(usr)] has maximized the research levels.") message_admins("[key_name_admin(usr)] has maximized the research levels.") Maximize() - SStgui.update_uis(src) griefProtection() //Update centcomm too if("deconstruct") //Deconstruct the item in the destructive analyzer and update the research holder. @@ -365,7 +364,6 @@ won't update every console in existence) but it's more of a hassle to do. Also, return linked_destroy.busy = TRUE add_wait_message("Processing and Updating Database...", DECONSTRUCT_DELAY) - SStgui.update_uis(src) flick("d_analyzer_process", linked_destroy) spawn(DECONSTRUCT_DELAY) clear_wait_message()