mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-05-23 01:24:32 +00:00
I fixed something
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user