From d38dbac8f4fe45699f95d721fd69828ccfa860ae Mon Sep 17 00:00:00 2001 From: Server Ubunto - HOME Date: Fri, 17 Oct 2025 16:38:40 +0100 Subject: [PATCH] Fix: Fixed some problems relating project files. --- cd | 1 + source/main.cpp | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 cd diff --git a/cd b/cd new file mode 100644 index 0000000..9054f06 --- /dev/null +++ b/cd @@ -0,0 +1 @@ +/mnt/combined/servers/acserver_GT3/utils/ACPlayer_tracker diff --git a/source/main.cpp b/source/main.cpp index 059ba9e..20f0352 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -434,8 +434,8 @@ int main(void) { printf("Car ID: %d (%s) collided with Car ID: %d (%s)\n", update.carID, players[update.carID].driver_name, event_car_id, players[event_car_id].driver_name); - players[update.carID].collisions++; - players[event_car_id].collisions++; + players[update.carID].contacts++; + players[event_car_id].contacts++; // TODO: Update total contacts for both players in the database // TAG:2 Update total contacts for both players