We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9196863 commit 85ccf26Copy full SHA for 85ccf26
1 file changed
src/main/java/net/nullved/pmweatherapi/PMWeatherAPI.java
@@ -25,7 +25,7 @@ public PMWeatherAPI(IEventBus modEventBus, ModContainer modContainer) {
25
modEventBus.addListener(this::commonSetup);
26
modEventBus.addListener(this::registerPayloads);
27
28
- modEventBus.addListener(this::clientSetup);
+ //modEventBus.addListener(this::clientSetup);
29
30
LOGGER.info("Initialized PMWAPI");
31
}
0 commit comments