We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab39a4 commit bcf7ec8Copy full SHA for bcf7ec8
TS3AudioBot/QueryConnection.cs
@@ -193,7 +193,7 @@ public struct QueryConnectionData
193
[Info("the address of the TeamSpeak3 Query")]
194
public string host;
195
[Info("the port of the TeamSpeak3 Query", "10011")]
196
- public short port;
+ public ushort port;
197
[Info("the user for the TeamSpeak3 Query")]
198
public string user;
199
[Info("the password for the TeamSpeak3 Query")]
0 commit comments