Skip to content

Commit

Permalink
Disable loadinglayer hook temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed Jun 25, 2024
1 parent 2525036 commit 3139311
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"geode": "3.0.0",
"geode": "3.1.0",
"gd": {
"win": "2.206"
},
"version": "v0.6.5",
"version": "v0.6.6",
"id": "zalphalaneous.minecraft",
"name": "Minecraftify!",
"developer": "Alphalaneous",
Expand Down
4 changes: 2 additions & 2 deletions src/ui/hooks/LoadingLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ bool LoadingLayer_init(LoadingLayer* self, bool p0){
return true;
}

$on_mod(Loaded) {
/*$on_mod(Loaded) {
Result<Hook*> hook = Mod::get()->hook(
reinterpret_cast<void*>(geode::base::get() + 0x30db60),
&LoadingLayer_init,
"LoadingLayer::init",
tulip::hook::TulipConvention::Thiscall
);
}
}*/

0 comments on commit 3139311

Please sign in to comment.