Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.

Commit 902ef97

Browse files
committed
fix
1 parent 7c8bfb9 commit 902ef97

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/VectorNetworkProject/TheMix/command/PingCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ public function execute(CommandSender $sender, string $commandLabel, array $args
3939
{
4040
if (!$sender instanceof Player) {
4141
$sender->sendMessage(TextFormat::RED.'このコマンドはプレイヤーのみ実行可能です。');
42-
4342
return true;
4443
}
4544
$sender->sendMessage(TextFormat::RED.$sender->getPing().TextFormat::YELLOW.'ms');
46-
4745
return true;
4846
}
4947
}

0 commit comments

Comments
 (0)