Relics

Relics

10M Downloads

Disconnet from server when equipped Blazing Flask

Tidy-Bear opened this issue ยท 2 comments

commented

The wearere equipped Blazing Flask may disconnect from dedicated server, showing msg of 'Internal Server Error'.

relevant log from server: https://paste.ubuntu.com/p/vcQmxGDwSx/

if (player instanceof ClientPlayerEntity && ((ClientPlayerEntity) player).input.jumping) riseVelocity = 0.04D;

ClientPlayerEntity does not exist on dedicated server, so check the side before using it.

commented

Will be fixed in the next official update. In case you need it for server with custom client - you can join mod Discord and ping me, I'll send you a fixed version.

commented

Should be fixed in c40fc1a

Download will be available on the curseforge when update will be fully finished.