Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Jan 23, 2024
1 parent 03c9f0a commit 911bf23
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/Hacks/InstantComplete.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

using namespace geode::prelude;

class $modify (GJBaseGameLayer)
/*class $modify (GJBaseGameLayer)
{
bool fix = false;
Expand All @@ -21,4 +21,4 @@ class $modify (GJBaseGameLayer)
}
}
}
};
};*/
4 changes: 2 additions & 2 deletions src/Hacks/JumpHack.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 @@ -22,4 +22,4 @@ class $modify (PlayerObject)
}
}
}
};
};*/
5 changes: 3 additions & 2 deletions src/Hacks/StatusText.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

using namespace geode::prelude;

/*
class StatusNode : public CCNode
{
public:
Expand Down Expand Up @@ -149,5 +150,5 @@ class $modify (PlayLayer)
menu->addChild(stn);
this->addChild(menu, 69420);
return true;
}*/
};
}
};*/
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bool showing = false;
#ifdef GEODE_IS_ANDROID
bool android = true;
#else
bool android = false;
bool android = true;
#endif

Client* client;
Expand Down

0 comments on commit 911bf23

Please sign in to comment.