updateUsrDialog() doesn't play well with nanoUI, forcing it to re-open and reposition on each cal.
This commit is contained in:
PsiOmega
2015-03-10 14:06:05 +01:00
parent d3d9e0b2ed
commit 373921fa44

View File

@@ -42,7 +42,6 @@
if(!node)
return
if(!on)
updateUsrDialog()
return
if(occupant)
@@ -57,7 +56,6 @@
if(abs(temperature_archived-air_contents.temperature) > 1)
network.update = 1
updateUsrDialog()
return 1
@@ -193,7 +191,6 @@
var/mob/M = G:affecting
if(put_mob(M))
del(G)
updateUsrDialog()
return
/obj/machinery/atmospherics/unary/cryo_cell/update_icon()