mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-02 08:39:59 +01:00
Change log message when executor is shut down
This commit is contained in:
parent
3b5aaa1ff5
commit
692e53427b
@ -377,7 +377,7 @@ public class ProtocolRegistry {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static void shutdownLoaderExecutor() {
|
private static void shutdownLoaderExecutor() {
|
||||||
Via.getPlatform().getLogger().info("Shutting down mapping loader executor!");
|
Via.getPlatform().getLogger().info("Finished mapping loading, shutting down loader executor!");
|
||||||
mappingsLoaded = true;
|
mappingsLoaded = true;
|
||||||
mappingLoaderExecutor.shutdown();
|
mappingLoaderExecutor.shutdown();
|
||||||
mappingLoaderExecutor = null;
|
mappingLoaderExecutor = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user