Skip to content

Commit

Permalink
tyrde4scfhctyu
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Feb 2, 2024
1 parent 29d16ce commit 198f3fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Client/ClientSetup.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
4 changes: 2 additions & 2 deletions src/Hacks/NoDeathEffect.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*#include <Geode/Geode.hpp>
#include <Geode/Geode.hpp>
#include <Geode/modify/PlayerObject.hpp>
#include "../Client/Client.h"

Expand All @@ -13,4 +13,4 @@ class $modify (PlayerObject)
if (!Client::GetModuleEnabled("no-death"))
PlayerObject::playerDestroyed(p0);
}
};*/
};

0 comments on commit 198f3fa

Please sign in to comment.