From 813cd8c360d2318088e94c25b786cd3a9019fef1 Mon Sep 17 00:00:00 2001 From: SemvdH Date: Mon, 17 Nov 2025 23:10:52 +0100 Subject: [PATCH] use non debug paths --- ac_cars.py | 8 ++++---- ac_maps.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ac_cars.py b/ac_cars.py index d54eb79..7b4d107 100644 --- a/ac_cars.py +++ b/ac_cars.py @@ -1,10 +1,10 @@ import os CONFIG_FILE = "server_cfg.ini" -#CONTENT_FOLDER = "/home/sem/assetto-corsa/content" -#CONFIG_PATH = "/home/sem/assetto-corsa/cfg" -CONTENT_FOLDER = "./content" -CONFIG_PATH = "./cfg" +CONTENT_FOLDER = "/home/sem/assetto-corsa/content" +CONFIG_PATH = "/home/sem/assetto-corsa/cfg" +# CONTENT_FOLDER = "./content" +# CONFIG_PATH = "./cfg" CARS_FOLDER = os.path.join(CONTENT_FOLDER, "cars") diff --git a/ac_maps.py b/ac_maps.py index 45dd23f..07a4626 100644 --- a/ac_maps.py +++ b/ac_maps.py @@ -1,10 +1,10 @@ import os CONFIG_FILE = "server_cfg.ini" -# CONTENT_FOLDER = "/home/sem/assetto-corsa/content" -# CONFIG_PATH = "/home/sem/assetto-corsa/cfg" -CONTENT_FOLDER = "./content" -CONFIG_PATH = "./cfg" +CONTENT_FOLDER = "/home/sem/assetto-corsa/content" +CONFIG_PATH = "/home/sem/assetto-corsa/cfg" +# CONTENT_FOLDER = "./content" +# CONFIG_PATH = "./cfg" TRACKS_FOLDER = os.path.join(CONTENT_FOLDER, "tracks")