Skip to content

Commit

Permalink
Fix Commands
Browse files Browse the repository at this point in the history
  • Loading branch information
YTBJero authored Apr 5, 2022
1 parent 410bb87 commit 34ffb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TungstenVn/Clothes/Clothes.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function onCommand(CommandSender $sender, Command $command, string $label
$form->mainform($sender, "");
break;
#case "cos":
case "cosplay":
case "cosplays":
$form = new cosplaysForm($this);
$form->mainform($sender, "");
break;
Expand Down

0 comments on commit 34ffb6c

Please sign in to comment.