We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44101ad commit 9159a38Copy full SHA for 9159a38
neoforge/src/main/java/com/cssbham/cssminecraft/neoforge/CSSMinecraftLoader.java
@@ -16,6 +16,7 @@ public class CSSMinecraftLoader {
16
public CSSMinecraftLoader() {
17
this.plugin = new NeoForgeCSSMinecraftPlugin();
18
NeoForge.EVENT_BUS.addListener(this::onServerStarted);
19
+ NeoForge.EVENT_BUS.addListener(this::onServerStopping);
20
}
21
22
public void onServerStarted(ServerStartingEvent event) {
0 commit comments