mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-22 16:31:55 +01:00
SPIGOT-5828: Unlock worlds on unload
By: md_5 <git@md-5.net>
This commit is contained in:
parent
d709e3ffee
commit
ffa9c1bc00
1 changed files with 1 additions and 0 deletions
|
@ -1089,6 +1089,7 @@ public final class CraftServer implements Server {
|
|||
}
|
||||
|
||||
handle.getChunkProvider().close(save);
|
||||
handle.convertable.close();
|
||||
} catch (Exception ex) {
|
||||
getLogger().log(Level.SEVERE, null, ex);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue