Skip to content

Commit

Permalink
ss
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Jan 27, 2024
1 parent b0d4bb6 commit a687e80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Hacks/TextLimitBypass.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/CCTextInputNode.hpp>
#include <Geode/modify/CCSprite.hpp>
#include "../Client/Client.h"
Expand All @@ -18,4 +18,4 @@ class $modify (CCTextInputNode)

CCTextInputNode::updateLabel(p0);
}
};*/
};
4 changes: 2 additions & 2 deletions src/Hacks/UnlockHacks.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/GameStatsManager.hpp>
#include <Geode/modify/GameManager.hpp>
#include "../Client/Client.h"
Expand Down Expand Up @@ -48,4 +48,4 @@ class $modify(GameManager) {

return GameManager::isColorUnlocked(id, type);
}
};*/
};

0 comments on commit a687e80

Please sign in to comment.