Implement helper in server start

This commit is contained in:
amcmanu3 2023-02-14 13:59:42 -05:00
parent cefa6e8084
commit 49b412ff83

View File

@ -445,7 +445,7 @@ class ServerInstance:
)
except Exception as ex:
# Checks for java on initial fail
if os.system("java -version") == 32512:
if not self.helper.detect_java():
if user_id:
self.helper.websocket_helper.broadcast_user(
user_id,