diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-06-13 20:36:57 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-06-13 20:36:57 +0200 |
commit | 4c47f2c9fc1cfbc7cadbf4e79bd8e28482240af2 (patch) | |
tree | 37373edf80f15e24dffb6a1102ec1f528418f2ad /src/net.c | |
parent | 119200a4a94ec0be1ba8ab84afac9e53b01695ea (diff) | |
download | OFQT-4c47f2c9fc1cfbc7cadbf4e79bd8e28482240af2.tar.gz OFQT-4c47f2c9fc1cfbc7cadbf4e79bd8e28482240af2.zip |
use murse for User Agent
the official toast.openfortress.fun server only accepts some UAs
Diffstat (limited to 'src/net.c')
-rw-r--r-- | src/net.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,8 @@ #include "net.h" #include "fs.h" -#define USER_AGENT NAME "/" VERSION +// official servers only whitelist some UAs +#define USER_AGENT "murse/0.1 (" NAME "/" VERSION ")" void net_init() { |