1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2026-01-06 15:42:03 +00:00

Stop news checker on shutdown (#248)

This commit is contained in:
Gadget
2021-12-23 05:49:06 +01:00
committed by GitHub
parent ef04531372
commit 5b5ec3d8ee

View File

@@ -145,6 +145,7 @@ public class FloodgatePlatform {
}
}
guice.getInstance(NewsChecker.class).shutdown();
api.getPlayerLink().stop();
return true;
}