Made ui updates to be called less often

fixed PC configurator not being updated (probably)
and made PsiOmegaDelta happy
This commit is contained in:
Karolis2011
2016-01-31 01:26:48 +02:00
parent 5e02b9154a
commit b391d6177c
2 changed files with 6 additions and 8 deletions
@@ -134,9 +134,8 @@
return 1
var/datum/computer_file/C = F.clone(0)
HDD.store_file(C)
nanomanager.update_uis(NM)
return 0
if(.)
nanomanager.update_uis(NM)
/datum/computer_file/program/filemanager/proc/parse_tags(var/t)
t = replacetext(t, "\[center\]", "<center>")