Fixes lack of update on drone fabricator console.

This commit is contained in:
Zuhayr
2014-05-12 13:18:52 +09:30
committed by ZomgPonies
parent c46505f633
commit dbdc032e49
@@ -119,4 +119,6 @@
return
dronefab.produce_drones = !dronefab.produce_drones
usr << "\blue You [dronefab.produce_drones ? "enable" : "disable"] drone production in the nearby fabricator."
usr << "\blue You [dronefab.produce_drones ? "enable" : "disable"] drone production in the nearby fabricator."
src.updateUsrDialog()