Skip to content

Commit bcf7ec8

Browse files
committed
Aaand fixed the datatype of port number
1 parent eab39a4 commit bcf7ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TS3AudioBot/QueryConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public struct QueryConnectionData
193193
[Info("the address of the TeamSpeak3 Query")]
194194
public string host;
195195
[Info("the port of the TeamSpeak3 Query", "10011")]
196-
public short port;
196+
public ushort port;
197197
[Info("the user for the TeamSpeak3 Query")]
198198
public string user;
199199
[Info("the password for the TeamSpeak3 Query")]

0 commit comments

Comments
 (0)