Fix the saving of jails, whoops forgot a period.
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user