SPIGOT-7669: Fix typo in ProjectileHitEvent#getHitBlockFace documentation

This commit is contained in:
Doc 2024-05-20 21:56:11 +10:00 committed by md_5
parent 53fa4f726f
commit def44cbfdd
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -60,7 +60,7 @@ public class ProjectileHitEvent extends EntityEvent implements Cancellable {
/**
* Gets the block face that was hit, if it was a block that was hit and the
* face was provided in the vent.
* face was provided in the event.
*
* @return hit face or else null
*/