This commit is contained in:
xinyang
2019-08-03 22:53:27 +08:00
parent b67ef4b475
commit 04496ae99b

View File

@@ -99,7 +99,7 @@ void ArmorFinder::antiTop() {
} else { } else {
if (++anti_top_cnt > 4) { if (++anti_top_cnt > 4) {
anti_top_state == ANTI_TOP; anti_top_state = ANTI_TOP;
LOGM(STR_CTR(WORD_CYAN, "switch to anti-top")); LOGM(STR_CTR(WORD_CYAN, "switch to anti-top"));
} }
} }