diff --git a/src/Client/ClientSetup.h b/src/Client/ClientSetup.h index 04348cf..3924f3f 100644 --- a/src/Client/ClientSetup.h +++ b/src/Client/ClientSetup.h @@ -16,7 +16,7 @@ class ClientUtils Window* level = new Window(); level->name = "Replay"; level->id = "replay-window"; - Client::instance->windows.push_back(level); + //Client::instance->windows.push_back(level); SetupOptions(android); diff --git a/src/Hacks/NoDeathEffect.cpp b/src/Hacks/NoDeathEffect.cpp index 491848b..03d5b30 100644 --- a/src/Hacks/NoDeathEffect.cpp +++ b/src/Hacks/NoDeathEffect.cpp @@ -1,4 +1,4 @@ -/*#include +#include #include #include "../Client/Client.h" @@ -13,4 +13,4 @@ class $modify (PlayerObject) if (!Client::GetModuleEnabled("no-death")) PlayerObject::playerDestroyed(p0); } -};*/ \ No newline at end of file +}; \ No newline at end of file