Rename PlayerMissedSwingEvent -> PlayerMissSwingEvent

all the other events are present tense, so it doesn't make sense for this one to be past tense.
This commit is contained in:
Dylan K. Taylor
2023-08-01 12:21:39 +01:00
parent 6f09286fed
commit 46f24b165a
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ use pocketmine\player\Player;
/**
* Called when a player attempts to perform the attack action (left-click) without a target entity.
*/
class PlayerMissedSwingEvent extends PlayerEvent implements Cancellable{
class PlayerMissSwingEvent extends PlayerEvent implements Cancellable{
use CancellableTrait;
public function __construct(Player $player){