mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 07:32:03 -07:00
Allow unloading all worlds except the main one
This commit is contained in:
@@ -945,7 +945,7 @@ public final class CraftServer implements Server {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!(handle.dimension > 1)) {
|
||||
if (handle.dimension == 0) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user