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

Commit 7c8bfb9

Browse files
committed
fix
1 parent 1a1b7bb commit 7c8bfb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/VectorNetworkProject/TheMix/command/TpsCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public function __construct(Plugin $owner)
3838
public function execute(CommandSender $sender, string $commandLabel, array $args): bool
3939
{
4040
$sender->sendMessage(TextFormat::GREEN.'TPS: '.Server::getInstance()->getTicksPerSecond().'/20');
41-
4241
return true;
4342
}
4443
}

0 commit comments

Comments
 (0)