mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-22 02:25:28 +01:00
SPIGOT-5828: Unlock worlds on unload
This commit is contained in:
parent
dbc347b93f
commit
71045d3ddb
@ -1089,6 +1089,7 @@ public final class CraftServer implements Server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
handle.getChunkProvider().close(save);
|
handle.getChunkProvider().close(save);
|
||||||
|
handle.convertable.close();
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
getLogger().log(Level.SEVERE, null, ex);
|
getLogger().log(Level.SEVERE, null, ex);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user