I fixed something

This commit is contained in:
LazyByteDev
2026-03-02 06:44:31 -05:00
parent e817cdafb3
commit c719ff9cbb
14 changed files with 23 additions and 9 deletions

View File

@@ -609,6 +609,7 @@ bool LocalPlayer::startCrafting(int x, int y, int z)
bool LocalPlayer::startEnchanting(int x, int y, int z)
{
bool success = app.LoadEnchantingMenu(GetXboxPad(), inventory, x, y, z, level );
if( success ) ui.PlayUISFX(eSFX_Press);
//minecraft.setScreen(new EnchantmentScreen(inventory, level, x, y, z));