Open Parties and Claims

Open Parties and Claims

25M Downloads

Server Crash with OPAC

starplasam626 opened this issue ยท 2 comments

commented

The server keeps crashing when a player logs in.
2023-12-25-2.log.gz
debug-2.log.gz
crash-2023-12-25_12.15.20-server.txt

commented

I'm not terribly familiar with the code, but I believe fde9fbd removed an instanceof that was acting as a null check for p:

if (entityHelper.isOwned(e, accessor))
return InteractionTargetResult.PASS;

commented

Thanks for reporting!
@Lemmmy You're right, thanks!