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

Commit 08809e6

Browse files
committed
不要なuse文の削除
1 parent 32bcfd3 commit 08809e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/VectorNetworkProject/TheMix/command/defaults/ModeratorCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
use pocketmine\command\CommandSender;
1313
use pocketmine\command\PluginCommand;
14-
use pocketmine\level\Level;
1514
use pocketmine\level\Position;
1615
use pocketmine\Player;
1716
use pocketmine\plugin\Plugin;
@@ -71,7 +70,7 @@ public static function sendModeratorUI(Player $player): void
7170
$form->sendToPlayer($player);
7271
}
7372

74-
public static function LevelManager(Player $player): void
73+
public static function LevelManager(Player $player): void
7574
{
7675
$form = FormApi::makeListForm(function (Player $player, ?int $data) {
7776
if (FormApi::formCancelled($data)) return;

0 commit comments

Comments
 (0)