From f3eaa57041035aefc6c907044bddf3b4c9e626da Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Mon, 4 Oct 2021 19:46:22 -0400 Subject: [PATCH] Fix Symbol Name --- symbols/include/symbols/minecraft.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbols/include/symbols/minecraft.h b/symbols/include/symbols/minecraft.h index 07ae581..deb78cf 100644 --- a/symbols/include/symbols/minecraft.h +++ b/symbols/include/symbols/minecraft.h @@ -264,7 +264,7 @@ static Player_isUsingItem_t Player_isUsingItem = (Player_isUsingItem_t) 0x8f15c; typedef void (*Player_drop_t)(unsigned char *player, ItemInstance *item_instance, bool is_death); static uint32_t Player_drop_vtable_offset = 0x208; -static Mob_getWalkingSpeedModifier_t Player_getWalkingSpeed = (Mob_getWalkingSpeedModifier_t) 0x8ea0c; +static Mob_getWalkingSpeedModifier_t Player_getWalkingSpeedModifier = (Mob_getWalkingSpeedModifier_t) 0x8ea0c; static uint32_t Player_username_property_offset = 0xbf4; // char * static uint32_t Player_inventory_property_offset = 0xbe0; // Inventory *