Invalid dist markings
RedstoneWizard08 opened this issue ยท 1 comments
Describe the bug
When I run this mod on a server, the following error is produced:
[00:49:11] [Server thread/ERROR] [ne.mi.ev.EventBus/EVENTBUS]: Exception caught during firing event: Attempted to load class net/minecraft/client/player/LocalPlayer for invalid dist DEDICATED_SERVER
I believe this is beacuse of the fact that there is no @dist marking on the affected areas in me.desht.pneumaticcraft.client.sound.MovingSounds
and the class is being loaded on the server.
How to reproduce the bug
Install forge 1.19.2-43.2.11 and install the mod. Start the server.
Expected behavior
It lets me join.
Additional details
No response
Which Minecraft version are you using?
1.19
Which version of PneumaticCraft: Repressurized are you using?
4.3.4-24
Crash log
No response