Skip to content

Commit e1c30d5

Browse files
author
OlegT
committed
ALTV-469 Add hwid3 for connection info
1 parent f6e61d4 commit e1c30d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/bindings/ConnectionInfo.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ extern V8Class v8ConnectionInfo("ConnectionInfo",
233233
V8Helpers::SetAccessor(isolate, tpl, "socialID", &SocialIDGetter);
234234
V8Helpers::SetAccessor(isolate, tpl, "hwidHash", &HwidHashGetter);
235235
V8Helpers::SetAccessor(isolate, tpl, "hwidExHash", &HwidExHashGetter);
236+
V8Helpers::SetAccessor(isolate, tpl, "hwid3", &HwId3Getter);
236237
V8Helpers::SetAccessor(isolate, tpl, "authToken", &AuthTokenGetter);
237238
V8Helpers::SetAccessor(isolate, tpl, "isDebug", &IsDebugGetter);
238239
V8Helpers::SetAccessor(isolate, tpl, "branch", &BranchGetter);

0 commit comments

Comments
 (0)