We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9057db8 commit 76cf2f0Copy full SHA for 76cf2f0
src/main.cpp
@@ -5,7 +5,7 @@ using namespace geode::prelude;
5
#include <Geode/modify/LevelInfoLayer.hpp>
6
7
class $modify(AutoLevelRate, LevelInfoLayer) {
8
- bool bool init(GJGameLevel* level, bool challenge) {
+ bool init(GJGameLevel* level, bool challenge) {
9
if (!LevelInfoLayer::init(level, challenge)) return false;
10
11
// Make sure we haven't rated the level yet.
0 commit comments