Skip to content

Commit

Permalink
ALTV-469 Add hwid3 for connection info
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegT committed Jan 13, 2025
1 parent f6e61d4 commit e1c30d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/bindings/ConnectionInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ extern V8Class v8ConnectionInfo("ConnectionInfo",
V8Helpers::SetAccessor(isolate, tpl, "socialID", &SocialIDGetter);
V8Helpers::SetAccessor(isolate, tpl, "hwidHash", &HwidHashGetter);
V8Helpers::SetAccessor(isolate, tpl, "hwidExHash", &HwidExHashGetter);
V8Helpers::SetAccessor(isolate, tpl, "hwid3", &HwId3Getter);
V8Helpers::SetAccessor(isolate, tpl, "authToken", &AuthTokenGetter);
V8Helpers::SetAccessor(isolate, tpl, "isDebug", &IsDebugGetter);
V8Helpers::SetAccessor(isolate, tpl, "branch", &BranchGetter);
Expand Down

0 comments on commit e1c30d5

Please sign in to comment.