From 5e56e10aedd60ad90b1f91930b69be9efe1ae1ec Mon Sep 17 00:00:00 2001
From: Bigjango13 <bigjango13@gmail.com>
Date: Tue, 2 Apr 2024 12:58:26 -0700
Subject: [PATCH] Public source release

---
 src/tiny.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tiny.cpp b/src/tiny.cpp
index c08ef0d..33d3cfd 100644
--- a/src/tiny.cpp
+++ b/src/tiny.cpp
@@ -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;