Fix bots not being able to trigger things
This commit is contained in:
parent
d82d148a17
commit
2ace4b2500
1 changed files with 1 additions and 1 deletions
|
|
@ -4993,7 +4993,7 @@ boolean P_IsPlayerValid(size_t playernum)
|
|||
|
||||
boolean P_CanPlayerTrigger(size_t playernum)
|
||||
{
|
||||
return P_IsPlayerValid(playernum) && !players[playernum].bot;
|
||||
return P_IsPlayerValid(playernum);
|
||||
}
|
||||
|
||||
/// \todo check continues for proper splitscreen support?
|
||||
|
|
|
|||
Loading…
Reference in a new issue