Skip to content
This repository has been archived by the owner on Dec 26, 2021. It is now read-only.

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
SurvirvorHRG committed Jan 10, 2021
1 parent 61de048 commit fadad90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SDK/CEntity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ void C_LocalPlayer::setGameModeType(int gma) {
//using setGameMode = void(__thiscall *)(void *, int);
//static setGameMode Game_Mode = reinterpret_cast<setGameMode>(FindSignature("48 8B C4 56 57 41 56 48 81 EC ? ? ? ? 48 C7 44 24 ? ? ? ? ? 48 89 58 ? 48 89 68 ? 48 8B 05 ? ? ? ? 48 33 C4 48 89 84 24 ? ? ? ? 8B EA 48 8B D9 44 8B B1 ? ? ? ? 83 FA ? 75 2D"));
this->setC_PlayerGameType(gma);
//Game_Mode(this, gma);
}

1 comment on commit fadad90

@Mixu78
Copy link
Contributor

@Mixu78 Mixu78 commented on fadad90 Jan 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you just remove a comment and commit for that

Please sign in to comment.