CleanroomMC / BetterQuesting

Forked BetterQuesting with many new features and optimizations
MIT License
10 stars 21 forks source link

Fixes crash on server #32

Closed ALongStringOfNumbers closed 2 years ago

ALongStringOfNumbers commented 2 years ago

Fixes a crash while on a server due to using EntityPlayerSP.

This crash was introduced when I deprecated getState(UUID) in a preview PR and added a redirect to new new method. Since the problematic method was deprecated, I just removed it.