TOLD YOU IT WAS A SMALL BUG... Bah, humbug!

This commit is contained in:
graywolf336 2013-12-28 13:20:09 -06:00
parent 539ebeb326
commit 81ec445deb

View File

@ -298,7 +298,7 @@ public class JailIO {
c.setChestLocation(new Location(j.getTeleportIn().getWorld(),
flat.getInt(cellNode + "chest.x"),
flat.getInt(cellNode + "chest.y"),
flat.getInt(cellNode + "cheset.z")));
flat.getInt(cellNode + "chest.z")));
for(String sign : flat.getStringList(cellNode + "signs")) {
String[] arr = sign.split(",");