Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Feb 2, 2024
1 parent e0ebb50 commit 631d03a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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);
}
};*/
};
4 changes: 2 additions & 2 deletions src/Hacks/NocMark.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/EditLevelLayer.hpp>
#include "../Client/Client.h"

Expand All @@ -16,4 +16,4 @@ class $modify(EditLevelLayer) {
EditLevelLayer::onShare(sender);
}

};*/
};

0 comments on commit 631d03a

Please sign in to comment.