set EnchantBench to Y 255...

Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
j502647092 2015-08-23 12:49:06 +08:00
parent 62c8d7aa67
commit a2a5d2d8dd
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class InventoryControl {
public void openEnchantBench(Player player) {
Location loc = player.getLocation();
loc.setY(-5);
loc.setY(250);
setEnchatRange(loc);
player.openEnchanting(loc, true);
enchantbench.put(player.getName(), loc);