From 0bb2efb088e7b2a81fec42ce54518f21ac4a9101 Mon Sep 17 00:00:00 2001 From: Server Ubunto - HOME Date: Wed, 6 May 2026 13:36:04 +0100 Subject: [PATCH] feat: added some of the game events to the new re-write --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index f3ce936..49d9594 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -107,7 +107,7 @@ int main(int argc, char *argv[]) { // TODO: case ACSP_CAR_UPDATE: { - log_info("Received car update.\n"); + // log_info("Received car update.\n"); break; }