mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't decrease bot difficulty on Master
This commit is contained in:
parent
5639113ed8
commit
431a99db78
1 changed files with 1 additions and 1 deletions
|
|
@ -2138,7 +2138,7 @@ void G_Ticker(boolean run)
|
|||
{
|
||||
if (playeringame[i])
|
||||
{
|
||||
if (players[i].bot == true)
|
||||
if (players[i].bot == true && grandprixinfo.gp == true && grandprixinfo.masterbots == false)
|
||||
{
|
||||
players[i].botvars.difficulty--;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue