Skip to content

Commit 85ccf26

Browse files
committed
v0.14.15.3 - Disable example overlay
Took 4 minutes
1 parent 9196863 commit 85ccf26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/net/nullved/pmweatherapi/PMWeatherAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public PMWeatherAPI(IEventBus modEventBus, ModContainer modContainer) {
2525
modEventBus.addListener(this::commonSetup);
2626
modEventBus.addListener(this::registerPayloads);
2727

28-
modEventBus.addListener(this::clientSetup);
28+
//modEventBus.addListener(this::clientSetup);
2929

3030
LOGGER.info("Initialized PMWAPI");
3131
}

0 commit comments

Comments
 (0)