TOLD YOU IT WAS A SMALL BUG... Bah, humbug!
This commit is contained in:
parent
539ebeb326
commit
81ec445deb
@ -298,7 +298,7 @@ public class JailIO {
|
|||||||
c.setChestLocation(new Location(j.getTeleportIn().getWorld(),
|
c.setChestLocation(new Location(j.getTeleportIn().getWorld(),
|
||||||
flat.getInt(cellNode + "chest.x"),
|
flat.getInt(cellNode + "chest.x"),
|
||||||
flat.getInt(cellNode + "chest.y"),
|
flat.getInt(cellNode + "chest.y"),
|
||||||
flat.getInt(cellNode + "cheset.z")));
|
flat.getInt(cellNode + "chest.z")));
|
||||||
|
|
||||||
for(String sign : flat.getStringList(cellNode + "signs")) {
|
for(String sign : flat.getStringList(cellNode + "signs")) {
|
||||||
String[] arr = sign.split(",");
|
String[] arr = sign.split(",");
|
||||||
|
Loading…
Reference in New Issue
Block a user