mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
cleanup
This commit is contained in:
+1
-5
@@ -6,12 +6,8 @@
|
||||
|
||||
using namespace StellaBellum;
|
||||
|
||||
#define vxENCRYPT2(Str) (vxCplEncryptedString<vxCplIndexes<sizeof(Str) - 1>::Result>(Str))
|
||||
|
||||
webAPIHeartbeat::webAPIHeartbeat() {
|
||||
auto u = vxENCRYPT("https://login.stellabellum.net/metriccontroller/shoulderTap?type=server");
|
||||
|
||||
webAPI handle = webAPI::webAPI(std::string(u.decrypt()));
|
||||
webAPI handle = webAPI::webAPI(std::string(vxENCRYPT("https://login.stellabellum.net/metriccontroller/shoulderTap?type=server").decrypt()));
|
||||
|
||||
handle.addJsonData("ip", "test");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user