mirror of
https://e.coding.net/circlecloud/SimpleEssential.git
synced 2025-01-06 12:18:56 +00:00
fix EnchantBench command...
This commit is contained in:
parent
cfae16c46f
commit
1aceaa6c6a
@ -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);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user