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