Fix the saving of jails, whoops forgot a period.
This commit is contained in:
parent
e2dc7de842
commit
7d18cf9a96
@ -63,7 +63,7 @@ public class JailIO {
|
||||
break;
|
||||
default:
|
||||
if(flat != null) {
|
||||
String node = "jails." + j.getName();
|
||||
String node = "jails." + j.getName() + ".";
|
||||
|
||||
//Corners
|
||||
flat.set(node + "top.x", j.getMaxPoint().getBlockX());
|
||||
|
Loading…
Reference in New Issue
Block a user