mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 22:07:45 +00:00
fix little config issue
This commit is contained in:
parent
19796ab746
commit
b708adfbd8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue