Skip to content

Commit efde933

Browse files
committed
instant complete
1 parent fd96a97 commit efde933

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/Client/ClientSetup.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ class ClientUtils
390390
#ifdef GEODE_IS_MACOS
391391

392392
std::vector<std::string> macInc = {
393-
"instant",
394393
"show-hitboxes",
395394
"show-hitboxes-on-death",
396395
"no-static",

src/Hacks/InstantComplete.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#ifndef GEODE_IS_MACOS
2-
31
#include <Geode/Geode.hpp>
42
#include <Geode/modify/GJBaseGameLayer.hpp>
53
#include "../Client/Client.h"
@@ -28,6 +26,4 @@ class $modify (GJBaseGameLayer)
2826
}
2927
}
3028
}
31-
};
32-
33-
#endif
29+
};

0 commit comments

Comments
 (0)