Fix the loading of the cells being really messed up.
This commit is contained in:
parent
359192a655
commit
546131dd77
@ -287,7 +287,7 @@ public class JailIO {
|
||||
if(!cells.isEmpty()) {
|
||||
for(String cell : cells) {
|
||||
Cell c = new Cell(cell);
|
||||
String cellNode = cNode + "cell.";
|
||||
String cellNode = cNode + cell + ".";
|
||||
|
||||
c.setTeleport(new SimpleLocation(j.getTeleportIn().getWorld().getName(),
|
||||
flat.getDouble(cellNode + "tp.x"),
|
||||
|
Loading…
Reference in New Issue
Block a user