mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
BOTS CAN TOUCH STARPOSTS AGAIN
THANK YOU MERGE
This commit is contained in:
parent
734461b35b
commit
9cf77e12e3
1 changed files with 0 additions and 3 deletions
|
|
@ -718,9 +718,6 @@ void P_TouchStarPost(mobj_t *post, player_t *player, boolean snaptopost)
|
|||
|
||||
(void)snaptopost;
|
||||
|
||||
if (player->bot)
|
||||
return;
|
||||
|
||||
// Player must have touched all previous starposts
|
||||
if (post->health - player->starpostnum > 1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue