13
0
geforkt von Mirrors/Paper

Allow unloading all worlds except the main one

Dieser Commit ist enthalten in:
md_5 2017-12-16 10:19:00 +11:00
Ursprung fb4564cc37
Commit 04595908e5

Datei anzeigen

@ -945,7 +945,7 @@ public final class CraftServer implements Server {
return false;
}
if (!(handle.dimension > 1)) {
if (handle.dimension == 0) {
return false;
}