loadComplete calls client-only code on dedicated servers
c-x-berger opened this issue ยท 0 comments
The build from https://maven.blamejared.com/vazkii/psi/Psi/r1.2-78.163/ crashes dedicated servers with a NoSuchMethodError
. This is because loadComplete
calls SoundEvent#getName
, which is only available on the client side.
A sample crashlog is available at https://pastebin.com/cMM7xALz.