mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-02 14:32:22 +00:00
lua habits
This commit is contained in:
parent
505ba1ff63
commit
1583bf126b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue