From bd8798490b38224f1d4658049702b22bb3059af6 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sat, 19 Oct 2019 11:59:18 +0200 Subject: [PATCH] Using a better identifier --- github | 2 +- .../serverconnection/src/connection/ServerConnection.cpp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/github b/github index 9ae114d..a1490ab 160000 --- a/github +++ b/github @@ -1 +1 @@ -Subproject commit 9ae114db2995d94017e47ffb69042e936cc1f3df +Subproject commit a1490ab0d97f65e27845fec6daf88be8ed6d1014 diff --git a/native/serverconnection/src/connection/ServerConnection.cpp b/native/serverconnection/src/connection/ServerConnection.cpp index 262c699..68474f6 100644 --- a/native/serverconnection/src/connection/ServerConnection.cpp +++ b/native/serverconnection/src/connection/ServerConnection.cpp @@ -479,11 +479,11 @@ NAN_METHOD(ServerConnection::send_command) { "Hjd+N58Gv3ENhoKmGYy2bNRBsNNgm5kpiaQWxOj5HN2DXttG6REjymSwJtpJ8muC2gSwRuZi0R+8Laan5ts5CQ==" }; #endif - if(std::getenv("teaclient_ts_build") && std::getenv("teaclient_ts_platform") && std::getenv("teaclient_ts_sign")) { + if(std::getenv("teaclient_ts3_build") && std::getenv("teaclient_ts3_platform") && std::getenv("teaclient_ts3_sign")) { ts_version = { - std::getenv("teaclient_ts_build"), - std::getenv("teaclient_ts_platform"), - std::getenv("teaclient_ts_sign") + std::getenv("teaclient_ts3_build"), + std::getenv("teaclient_ts3_platform"), + std::getenv("teaclient_ts3_sign") }; }