Merge pull request #4812 from Citadel-Station-13/upstream-merge-34362

[MIRROR] Code fix for stat_entry on NO_FIRE subsystems
This commit is contained in:
deathride58
2018-01-13 20:29:26 +00:00
committed by GitHub
+1 -1
View File
@@ -172,7 +172,7 @@
if(can_fire && !(SS_NO_FIRE in flags))
if(can_fire && !(SS_NO_FIRE & flags))
msg = "[round(cost,1)]ms|[round(tick_usage,1)]%([round(tick_overrun,1)]%)|[round(ticks,0.1)]\t[msg]"
else
msg = "OFFLINE\t[msg]"