mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
fix little config issue
This commit is contained in:
parent
19796ab746
commit
b708adfbd8
|
|
@ -79,7 +79,7 @@ class Packet:
|
|||
self.set("clientVersion", version.client)
|
||||
self.set("clientBuildDate", version.date)
|
||||
self.set("clientBranch", version.branch)
|
||||
self.set("inputSource", config.getStr("Server", "InputSource", "clientConfig"))
|
||||
self.set("inputSource", config.getStr("Client", "InputSource", "clientConfig"))
|
||||
self.set("frequency", config.getStr("Stick", "Frequency", "clientConfig"))
|
||||
|
||||
def addServerData(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue