Fix typo in ViaManagerImpl#destroy log message (#4073)

This commit is contained in:
EnZaXD 2024-08-05 09:30:48 +02:00 committed by GitHub
parent 60b3ba6bb7
commit 434b32cad8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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