lua habits

This commit is contained in:
Shane Ellis 2021-01-15 18:31:09 -05:00
parent 505ba1ff63
commit 1583bf126b

View file

@ -1840,7 +1840,7 @@ void P_XYMovement(mobj_t *mo)
moved = false;
if (player) {
if (player->bot and player->bot != 3)
if (player->bot && player->bot != 3)
B_MoveBlocked(player);
}