Bitfields do not work that way.

Fix attempt to use `in` on a non-list.
This commit is contained in:
Leshana
2018-02-05 13:13:37 -05:00
parent f116625c7b
commit 63a1806b41

View File

@@ -166,7 +166,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(ticks,0.1)]\t[msg]"
else
msg = "OFFLINE\t[msg]"