Fix the saving of jails, whoops forgot a period.

This commit is contained in:
graywolf336 2013-12-07 13:02:38 -06:00
parent e2dc7de842
commit 7d18cf9a96

View File

@ -63,7 +63,7 @@ public class JailIO {
break; break;
default: default:
if(flat != null) { if(flat != null) {
String node = "jails." + j.getName(); String node = "jails." + j.getName() + ".";
//Corners //Corners
flat.set(node + "top.x", j.getMaxPoint().getBlockX()); flat.set(node + "top.x", j.getMaxPoint().getBlockX());