From 38bcb44b0867168d8ba7b6a4856cf397961fa1a8 Mon Sep 17 00:00:00 2001 From: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com> Date: Fri, 25 Nov 2022 19:44:08 -0600 Subject: [PATCH] Update TeamSpeak 3 License Path (#240) * Update TeamSpeak 3 License Path Small fix to adjust the default License Path value to be blank, matching the working directory. * Update teamspeak3config.json --- teamspeak3config.json | 4 ++-- teamspeak3server.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/teamspeak3config.json b/teamspeak3config.json index 3f913b0..dfbcce7 100644 --- a/teamspeak3config.json +++ b/teamspeak3config.json @@ -196,7 +196,7 @@ }, { "DisplayName": "License File Path", - "Description": "The physical path where your license file is located.", + "Description": "The physical path where your license file is located. You must replace the existing \"licensekey.dat\" file with the one provided after purchasing. This file can be found in File Manager inside the instance.", "Category": "Server Settings", "Keywords": "license,path", "FieldName": "licensepath", @@ -204,7 +204,7 @@ "IsFlagArgument": false, "ParamFieldName": "licensepath", "IncludeInCommandLine": false, - "DefaultValue": "teamspeak3-server_win64/", + "DefaultValue": "", "EnumValues": {} }, { diff --git a/teamspeak3server.ini b/teamspeak3server.ini index a09ce5c..fff839a 100644 --- a/teamspeak3server.ini +++ b/teamspeak3server.ini @@ -1,7 +1,7 @@ machine_id= default_voice_port=9987 voice_ip=0.0.0.0 -licensepath=teamspeak3-server_win64/ +licensepath= filetransfer_port=30033 filetransfer_ip=0.0.0.0 query_port=10011