TeamSpeak-3-Java-API icon indicating copy to clipboard operation
TeamSpeak-3-Java-API copied to clipboard

How do I set a port from the default 9987 to 9992?

Open ThePerrzHebrick opened this issue 2 years ago • 1 comments

How do I set a port from the default 9987 to 9992?

ThePerrzHebrick avatar May 25 '22 15:05 ThePerrzHebrick

You'll do this:

TS3Config cfg = whatever
cfg.setQueryPort(9992);

astrolamb-gaming avatar May 25 '22 15:05 astrolamb-gaming