diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2023-07-24 17:03:34 +0200 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2023-07-24 17:03:34 +0200 |
| commit | 7343fc4bdf4ffd616c1818bb2dfefa04d1242167 (patch) | |
| tree | ad5c8ef1d68c9511900802ced54d878ea404fa4f /src/common | |
| parent | cbc578cc9bfc013866e726438296798ab6407d39 (diff) | |
Save the client name for specific client handling
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/config.odin | 1 |
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 |