diff --git a/src/g_game.c b/src/g_game.c index f7f9bc345..93a318e40 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -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--;