mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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())
|
if (!M_NotFreePlay())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (gametyperules & GTR_SPHERES)
|
if (!(gametyperules & GTR_CIRCUIT))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// "Why 8?" Consistency
|
// "Why 8?" Consistency
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue