Skip to content

Commit

Permalink
Fix zoom keybind not showing up in controls
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Sep 25, 2023
1 parent 281ac6e commit 95fe95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/wurstclient/zoom/WiZoomInitializer.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static void onClientSetup(FMLClientSetupEvent event)
}

@SubscribeEvent
public void registerBindings(RegisterKeyMappingsEvent event)
public static void registerBindings(RegisterKeyMappingsEvent event)
{
event.register(WiZoom.INSTANCE.getZoomKey());
}
Expand Down

0 comments on commit 95fe95c

Please sign in to comment.