mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Do not let Super Flicky target spectators
This commit is contained in:
parent
4588943352
commit
df9b4fbe12
1 changed files with 5 additions and 0 deletions
|
|
@ -563,6 +563,11 @@ void Controller::search()
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (player->spectator)
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
// Do not retarget existing target or owner.
|
// Do not retarget existing target or owner.
|
||||||
if (mobj == chasing() || mobj == source())
|
if (mobj == chasing() || mobj == source())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue