mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
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:
@ -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){
|
Reference in New Issue
Block a user