Skip to content

Commit

Permalink
add missed call
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Oct 15, 2024
1 parent 9bbe9d2 commit 59292e9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package dev.engine_room.flywheel.impl;

import dev.engine_room.flywheel.impl.compat.ForgeSodiumCompatHelper;
import org.apache.maven.artifact.versioning.ArtifactVersion;
import org.jetbrains.annotations.UnknownNullability;

Expand Down Expand Up @@ -69,6 +70,8 @@ private static void clientInit(IEventBus forgeEventBus, IEventBus modEventBus) {
if (CompatMods.EMBEDDIUM.isLoaded) {
EmbeddiumCompat.init();
}

ForgeSodiumCompatHelper.init();
}

private static void registerImplEventListeners(IEventBus forgeEventBus, IEventBus modEventBus) {
Expand Down

0 comments on commit 59292e9

Please sign in to comment.