Changed default port to TCP 8088

This commit is contained in:
Valmo Trindade
2025-03-21 18:51:48 -03:00
parent 25628016ee
commit 8e1fc2170a

View File

@@ -64,7 +64,7 @@ class CfgVehicles {
displayname = "TAK Server TCP Port";
tooltip = "TAK Server instance Port for TCP connection";
typeName = "NUMBER";
defaultValue = "8080";
defaultValue = "8088";
};
class ModuleDescription: ModuleDescription {};
};