aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2023-07-24 17:03:34 +0200
committerDanielGavin <danielgavin5@hotmail.com>2023-07-24 17:03:34 +0200
commit7343fc4bdf4ffd616c1818bb2dfefa04d1242167 (patch)
treead5c8ef1d68c9511900802ced54d878ea404fa4f /src/common
parentcbc578cc9bfc013866e726438296798ab6407d39 (diff)
Save the client name for specific client handling
Diffstat (limited to 'src/common')
-rw-r--r--src/common/config.odin1
1 files changed, 1 insertions, 0 deletions
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