mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix gardentop deny crashing monitors
This commit is contained in:
parent
4485436eed
commit
f1158918cf
1 changed files with 1 additions and 1 deletions
|
|
@ -750,7 +750,7 @@ INT32 K_KartGetItemOdds(const player_t *player, itemroulette_t *const roulette,
|
|||
return 0;
|
||||
}
|
||||
|
||||
if (roulette->autoroulette == true)
|
||||
if (roulette && roulette->autoroulette == true)
|
||||
{
|
||||
if (K_DenyAutoRouletteOdds(item))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue