Skip to content

Commit

Permalink
Merge branch 'v1-compatibility' of github.com:altmp/altv-js-module-v2…
Browse files Browse the repository at this point in the history
… into v1-compatibility
  • Loading branch information
LeonMrBonnie committed Sep 22, 2023
2 parents 82b7cc3 + b1e1120 commit b0651d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/classes/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,6 @@ extern js::Class playerClass("Player", &sharedPlayerClass, nullptr, [](js::Class

tpl.LazyProperty<&alt::IPlayer::GetIP>("ip");
tpl.LazyProperty<&alt::IPlayer::GetSocialID>("socialId");
// TODO (xLuxy): typings
tpl.LazyProperty<&alt::IPlayer::GetSocialClubName>("socialClubName");
tpl.LazyProperty<&alt::IPlayer::GetHwidHash>("hwidHash");
tpl.LazyProperty<&alt::IPlayer::GetHwidExHash>("hwidExHash");
Expand Down

0 comments on commit b0651d3

Please sign in to comment.