mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-21 17:45:36 +01:00
Fix typo in ViaManagerImpl#destroy log message (#4073)
This commit is contained in:
parent
60b3ba6bb7
commit
434b32cad8
@ -223,7 +223,7 @@ public class ViaManagerImpl implements ViaManager {
|
||||
loader.unload();
|
||||
scheduler.shutdown();
|
||||
|
||||
platform.getLogger().info("ViaVersion has been disabled; uninjected the platform shut down the scheduler.");
|
||||
platform.getLogger().info("ViaVersion has been disabled; uninjected the platform and shut down the scheduler.");
|
||||
}
|
||||
|
||||
private void checkJavaVersion() { // Stolen from Paper
|
||||
|
Loading…
Reference in New Issue
Block a user