Skip to content

Commit

Permalink
server: remove GetCloudAuthHash
Browse files Browse the repository at this point in the history
  • Loading branch information
C0kkie committed Sep 15, 2023
1 parent 21a8b55 commit e2a256e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion server/src/bindings/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,6 @@ extern V8Class v8Player("Player",

V8Helpers::SetAccessor<IPlayer, std::string, &IPlayer::GetAuthToken>(isolate, tpl, "authToken");
V8Helpers::SetAccessor(isolate, tpl, "discordID", &DiscordIDGetter);
V8Helpers::SetAccessor<IPlayer, std::string, &IPlayer::GetCloudAuthHash>(isolate, tpl, "cloudAuthHash");
V8Helpers::SetMethod(isolate, tpl, "getAmmo", &AmmoGetter);
V8Helpers::SetMethod(isolate, tpl, "setAmmo", &AmmoSetter);
V8Helpers::SetMethod(isolate, tpl, "getWeaponAmmo", &WeaponAmmoGetter);
Expand Down
2 changes: 1 addition & 1 deletion shared/deps/cpp-sdk
Submodule cpp-sdk updated 1 files
+0 −2 objects/IPlayer.h

0 comments on commit e2a256e

Please sign in to comment.