loads worlds correctly after restart
This commit is contained in:
parent
5806788595
commit
4b2203e5ae
@ -84,6 +84,8 @@ public class PixelBlock {
|
|||||||
}
|
}
|
||||||
borderStartLocation.getBlock().setType(Material.WHITE_CONCRETE);
|
borderStartLocation.getBlock().setType(Material.WHITE_CONCRETE);
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
new WorldCreator(plugin.getDataFolder().getPath() + "/" + this.uuid).createWorld();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user