diff --git a/server/src/classes/Player.cpp b/server/src/classes/Player.cpp index 285c12c09..a627fc6fb 100644 --- a/server/src/classes/Player.cpp +++ b/server/src/classes/Player.cpp @@ -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");