DevSrSouza/KotlinBukkitAPI

Missing null check on `PlayerMoveEvent.displaced`

Closed this issue · 1 comments

Sinse the PlayerMoveEvent#to is nullable in newer versions of spigot, there's the need to do this check to prevent unwanted NPEs.

Spigot JavaDocs

Thanks for reporting, check added