We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da764c commit ab68ab0Copy full SHA for ab68ab0
src/main/java/mod/acgaming/extrasounds/ExtraSounds.java
@@ -68,11 +68,11 @@ public void fmlConstruct(FMLConstructionEvent event)
68
Class.forName("com.cleanroommc.assetmover.AssetMoverAPI");
69
assetmover = true;
70
LOGGER.info("AssetMover detected, enabling compatibility...");
71
+ if (event.getSide() == Side.CLIENT) ESSoundEventsClient.getBackportedSounds();
72
}
73
catch (ClassNotFoundException ignored)
74
{
75
LOGGER.warn("AssetMover not detected, some sounds will be missing...");
76
- if (event.getSide() == Side.CLIENT) ESSoundEventsClient.getBackportedSounds();
77
78
0 commit comments