From 5d8e0eed80ae2a8968a219905b627353b0f7ac58 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 26 May 2025 09:19:47 +0200 Subject: [PATCH] official racing track no longer turns the god mode off --- racing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racing.cpp b/racing.cpp index bcb24c90..877beb62 100644 --- a/racing.cpp +++ b/racing.cpp @@ -918,7 +918,7 @@ EX void load_official_track() { #if CAP_EDIT mapstream::loadMap(sf); #endif - cheater = autocheat = 0; + cheater = 0; official_race = true; }