Skip to content

Commit

Permalink
ALTV-469 Set funct name to GetHwId3
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Trofimov committed Oct 30, 2024
1 parent 2fee7cd commit af69f76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps/cpp-sdk
2 changes: 1 addition & 1 deletion server/src/classes/ConnectionInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extern js::Class connectionInfoClass("ConnectionInfo", nullptr, nullptr, [](js::
tpl.LazyProperty<&alt::IConnectionInfo::GetSocialName>("socialClubName");
tpl.LazyProperty<&alt::IConnectionInfo::GetHwIdHash>("hwidHash");
tpl.LazyProperty<&alt::IConnectionInfo::GetHwIdExHash>("hwidExHash");
tpl.LazyProperty<&alt::IConnectionInfo::GetHwIdProtHash>("hwidProtHash");
tpl.LazyProperty<&alt::IConnectionInfo::GetHwId3>("hwId3");
tpl.LazyProperty<&alt::IConnectionInfo::GetAuthToken>("authToken");
tpl.LazyProperty<&alt::IConnectionInfo::GetIsDebug>("debug");
tpl.LazyProperty<&alt::IConnectionInfo::GetBranch>("branch");
Expand Down
2 changes: 1 addition & 1 deletion server/src/classes/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ extern js::Class playerClass("Player", &sharedPlayerClass, nullptr, [](js::Class
tpl.LazyProperty<&alt::IPlayer::GetSocialClubName>("socialClubName");
tpl.LazyProperty<&alt::IPlayer::GetHwidHash>("hwidHash");
tpl.LazyProperty<&alt::IPlayer::GetHwidExHash>("hwidExHash");
tpl.LazyProperty<&alt::IPlayer::GetHwidProtHash>("hwidProtHash");
tpl.LazyProperty<&alt::IPlayer::GetHwId3>("hwId3");
tpl.LazyProperty<&alt::IPlayer::GetCloudID>("cloudID");
tpl.LazyProperty<&alt::IPlayer::GetCloudAuthResult>("cloudAuthResult");

Expand Down

0 comments on commit af69f76

Please sign in to comment.