From fadad90b36a697e2d7bf78a7cdfe1b26d90992ed Mon Sep 17 00:00:00 2001 From: erwan celanie Date: Sat, 9 Jan 2021 21:20:44 -0400 Subject: [PATCH] yes --- SDK/CEntity.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/SDK/CEntity.cpp b/SDK/CEntity.cpp index f3d1e503..0e26ebc8 100644 --- a/SDK/CEntity.cpp +++ b/SDK/CEntity.cpp @@ -33,5 +33,4 @@ void C_LocalPlayer::setGameModeType(int gma) { //using setGameMode = void(__thiscall *)(void *, int); //static setGameMode Game_Mode = reinterpret_cast(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); }