ldtteam / cleanswing

Clean Swing Through Grass
1 stars 0 forks source link

Mod compatibility: Integrated Dynamics. #6

Open Jophire opened 3 days ago

Jophire commented 3 days ago

Currently, it looks like you are not checking for fake players, which causes the Player Simulator from Integrated Dynamics to fail.

This might also be impacting other fake player instances, but am not 100% on that.

Adding a

&&  !(event.getEntity() instanceof FakePlayer)

to line 26 should solve the issue I think.