Skip to content
This repository was archived by the owner on Jul 24, 2021. It is now read-only.

Commit 4a9b34a

Browse files
authored
📝Fix typo
1 parent 29f6e26 commit 4a9b34a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import org.bukkit.command.CommandSender;
2121
import java.util.Collections;
2222

2323
@RunCommand(command = "maNouvelleCommande")
24-
public class MaSuperbeCommande extends CommandRunner {
24+
public class MaSuperbeCommande implements CommandRunner {
2525

2626
@Override
2727
public boolean run(final CommandSender sender, final List<String> args) {
@@ -45,7 +45,7 @@ import org.bukkit.command.CommandSender;
4545
import java.util.ArrayList;
4646

4747
@RunSubCommand(command = "maNouvelleCommande", subCommand = {"secret", "mystère"})
48-
public class MaSuperbeSousCommande extends CommandRunner {
48+
public class MaSuperbeSousCommande implements CommandRunner {
4949

5050
@Override
5151
public boolean run(final CommandSender sender, final List<String> args) {

0 commit comments

Comments
 (0)