Skip to content

Commit

Permalink
Public source release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigjango13 committed Apr 2, 2024
1 parent d7d9a89 commit 5e56e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiny.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ OVERWRITE_CALLS(DoorTile_use_non_virtual, bool, DoorTile_use, (DoorTile *self, L
static Item_vtable *WeaponItem_vtable = (Item_vtable *) 0x10ef30;
static bool clip_through_hitboxless = true;
HOOK_FROM_CALL(0x7f5b0, HitResult, Level_clip, (Level *level, uchar *param_1, uchar *param_2, bool clip_liquids, bool param_3)) {
return Level_clip_orignal(level, param_1, param_2, clip_liquids, clip_through_hitboxless || param_3);
return Level_clip_original(level, param_1, param_2, clip_liquids, clip_through_hitboxless || param_3);
}
static void on_tick(Minecraft *mc) {
LocalPlayer *player = mc->player;
Expand Down

0 comments on commit 5e56e10

Please sign in to comment.