From 7343fc4bdf4ffd616c1818bb2dfefa04d1242167 Mon Sep 17 00:00:00 2001 From: DanielGavin Date: Mon, 24 Jul 2023 17:03:34 +0200 Subject: Save the client name for specific client handling --- src/common/config.odin | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common') diff --git a/src/common/config.odin b/src/common/config.odin index 79eb802..673805b 100644 --- a/src/common/config.odin +++ b/src/common/config.odin @@ -26,6 +26,7 @@ Config :: struct { file_log: bool, odin_command: string, checker_args: string, + client_name: string, } config: Config -- cgit v1.2.3