Fix: Fixed some problems relating project files.

This commit is contained in:
Afonso Clerigo Mendes de Sousa 2025-10-17 16:38:40 +01:00
parent 2df0838be8
commit d38dbac8f4
2 changed files with 3 additions and 2 deletions

1
cd Normal file
View File

@ -0,0 +1 @@
/mnt/combined/servers/acserver_GT3/utils/ACPlayer_tracker

View File

@ -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