Explorar o código

refactor(mohaa): update querymode and querytype in mohaaserver config

The querymode and querytype values in the mohaaserver config have been updated. The new values are querymode="1" and an empty string for querytype. This change refactors the configuration to use a different method for querying game server information.
Daniel Gibbs %!s(int64=2) %!d(string=hai) anos
pai
achega
21f91009de
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lgsm/config-default/config-lgsm/mohaaserver/_default.cfg

+ 2 - 2
lgsm/config-default/config-lgsm/mohaaserver/_default.cfg

@@ -129,8 +129,8 @@ stopmode="3"
 # 3: gamedig
 # 4: gsquery
 # 5: tcp
-querymode="2"
-querytype="protocol-quake3"
+querymode="1"
+querytype=""
 
 ## Console type
 consoleverbose="yes"