Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/18.x/forge' into 19.2/forge
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Oct 12, 2023
2 parents c5a25f6 + a1ffbf9 commit 15fdc9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class SodiumClientMod {

public SodiumClientMod() {
FMLJavaModLoadingContext.get().getModEventBus().addListener(this::setup);
MinecraftForge.EVENT_BUS.addListener(this::registerReloadListener);
FMLJavaModLoadingContext.get().getModEventBus().addListener(this::registerReloadListener);
MOD_VERSION = ModList.get().getModContainerById(MODID).get().getModInfo().getVersion().toString();

oculusLoaded = ModList.get().isLoaded("oculus");
Expand Down

0 comments on commit 15fdc9d

Please sign in to comment.