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