mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix cantact with duel Hyudoro crashing in GP bonus (trivial)
This commit is contained in:
parent
5f95ad933f
commit
d236620adf
1 changed files with 2 additions and 1 deletions
|
|
@ -599,7 +599,8 @@ hyudoro_patrol_hit_player
|
|||
|
||||
P_SetTarget(&hyudoro_target(hyu), master);
|
||||
|
||||
K_SpawnAmps(master->player, K_PvPAmpReward(20, master->player, player), toucher);
|
||||
if (master && !P_MobjWasRemoved(master))
|
||||
K_SpawnAmps(master->player, K_PvPAmpReward(20, master->player, player), toucher);
|
||||
|
||||
if (center)
|
||||
P_RemoveMobj(center);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue