SPIGOT-5828: Unlock worlds on unload

This commit is contained in:
md_5 2020-06-27 09:15:14 +10:00
parent dbc347b93f
commit 71045d3ddb
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}