Upgrade to 2027 alpha

This commit is contained in:
Gold856
2025-06-17 19:09:09 -04:00
committed by samfreund
parent 68bdb38a3d
commit ed1b31cb7f
28 changed files with 137 additions and 143 deletions

View File

@@ -358,7 +358,7 @@ public class NetworkTablesManager {
ntInstance.stopClient();
String hostname = config.shouldManage ? config.hostname : CameraServerJNI.getHostname();
logger.debug("Starting NT Client with hostname: " + hostname);
ntInstance.startClient4(hostname);
ntInstance.startClient(hostname);
try {
int t = Integer.parseInt(config.ntServerAddress);
if (!m_isRetryingConnection) logger.info("Starting NT Client, server team is " + t);