1
0
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:
j502647092 2015-08-23 22:11:34 +08:00
parent cfae16c46f
commit 1aceaa6c6a

View File

@ -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);
};