mirror of
https://e.coding.net/circlecloud/SimpleEssential.git
synced 2025-11-24 21:36:02 +00:00
fix EnchantBench command...
This commit is contained in:
@@ -46,7 +46,7 @@ public class InventoryControl {
|
|||||||
Location loc = player.getLocation();
|
Location loc = player.getLocation();
|
||||||
loc.setY(250);
|
loc.setY(250);
|
||||||
setEnchatRange(loc);
|
setEnchatRange(loc);
|
||||||
player.openEnchanting(loc, false);
|
player.openEnchanting(loc, true);
|
||||||
enchantbench.put(player.getName(), loc);
|
enchantbench.put(player.getName(), loc);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user