mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Made ui updates to be called less often
fixed PC configurator not being updated (probably) and made PsiOmegaDelta happy
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user