Skip to content

Commit

Permalink
noc
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Jan 27, 2024
1 parent ca2a7f4 commit a1b0f91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Hacks/CopyHack.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/LevelInfoLayer.hpp>
#include "../Client/Client.h"

Expand All @@ -21,4 +21,4 @@ class $modify(LevelInfoLayer) {
}
return true;
}
};*/
};
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 a1b0f91

Please sign in to comment.