Skip to content

Commit

Permalink
forgot to subscribe to REGISTRY event 馃ズ
Browse files Browse the repository at this point in the history
  • Loading branch information
frank89722 committed Jan 25, 2022
1 parent 6cac0ac commit a49e9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frankv/jmi/JMIJourneyMapPlugin.java
Expand Up @@ -45,7 +45,7 @@ public void initialize(final IClientAPI jmAPI) {

MinecraftForge.EVENT_BUS.register(WaypointChatMessage.class);

this.jmAPI.subscribe(getModId(), EnumSet.of(MAPPING_STARTED, MAPPING_STOPPED, MAP_CLICKED, MAP_DRAGGED, MAP_MOUSE_MOVED));
this.jmAPI.subscribe(getModId(), EnumSet.of(MAPPING_STARTED, MAPPING_STOPPED, MAP_CLICKED, MAP_DRAGGED, MAP_MOUSE_MOVED, REGISTRY));
JMI.LOGGER.info("Initialized " + getClass().getName());
}

Expand Down

0 comments on commit a49e9de

Please sign in to comment.