Skip to content

Commit

Permalink
make class abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifera committed Mar 25, 2021
1 parent 83e5774 commit 81d1236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ifera/ScoreHud/event/PlayerEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

use pocketmine\Player;

class PlayerEvent extends ScoreHudEvent{
abstract class PlayerEvent extends ScoreHudEvent{

/** @var Player */
protected $player;
Expand Down

0 comments on commit 81d1236

Please sign in to comment.