mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 20:22:40 +00:00
Check GTR_CIRCUIT for scams
This commit is contained in:
parent
cb0bff86ac
commit
f46a2f83b4
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ boolean K_IsPlayerScamming(player_t *player)
|
|||
if (!M_NotFreePlay())
|
||||
return false;
|
||||
|
||||
if (gametyperules & GTR_SPHERES)
|
||||
if (!(gametyperules & GTR_CIRCUIT))
|
||||
return false;
|
||||
|
||||
// "Why 8?" Consistency
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue