Update PlayerRespawnEvent.php (#2797)

removed obsolete comment
This commit is contained in:
Thunder33345 2019-03-06 00:28:58 +08:00 committed by Dylan T
parent d25c84acff
commit c0bed03a2a

View File

@ -27,7 +27,7 @@ use pocketmine\level\Position;
use pocketmine\Player; use pocketmine\Player;
/** /**
* Called when a player is respawned (or first time spawned) * Called when a player is respawned
*/ */
class PlayerRespawnEvent extends PlayerEvent{ class PlayerRespawnEvent extends PlayerEvent{
/** @var Position */ /** @var Position */