
Expulsion Pylon crash
User9684 opened this issue ยท 6 comments
Hi, I'm having an issue with the Expulsion Pylon.
This crash specifically is happening with conjunction with the FTBTeams mod on ATM9.
From what I can personally tell, it seems like the crash happens if you left click an Expulsion Pylon owned by someone who is not inside an FTB team.
Error log: https://mclo.gs/iSkW8YH
UPDATE: I believe this error is caused by the arePlayersInSameTeam
function not checking if either the owner or the player are in a team, so it's trying to check if null
is equal to team
, giving a NullPointerException.
UPDATE 2: even if both players HAVE a team, it still seems to crash the player who clicks it.
Crash log of another player who has the same error: https://mclo.gs/yA7D5fy
I think the problem is that I'm only checking the server team manager (which isn't present client side), and breaking blocks also tries to run that code on the client. Will verify in a bit.
I think the problem is that I'm only checking the server team manager (which isn't present client side), and breaking blocks also tries to run that code on the client. Will verify in a bit.
Any update? And if so, when do you think it can be fixed?