mirror of
https://e.coding.net/circlecloud/SimpleEssential.git
synced 2024-11-17 01:18:47 +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();
|
||||
loc.setY(250);
|
||||
setEnchatRange(loc);
|
||||
player.openEnchanting(loc, false);
|
||||
player.openEnchanting(loc, true);
|
||||
enchantbench.put(player.getName(), loc);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user