mirror of
https://github.com/zDevelopers/ImageOnMap.git
synced 2025-02-10 00:21:57 +01:00
Update src/main/java/fr/moribus/imageonmap/commands/maptool/ExploreCommand.java
Co-authored-by: Amaury Carrade <amaury@carrade.eu>
This commit is contained in:
parent
8da7f86978
commit
ded8368882
@ -58,7 +58,7 @@ public class ExploreCommand extends IoMCommand {
|
||||
protected void run() throws CommandException {
|
||||
ArrayList<String> arguments = getArgs();
|
||||
if (arguments.size() > 1) {
|
||||
warning(I.t("Too many parameters! Usage: /maptool explore [playername]"));
|
||||
throwInvalidArgument(I.t("Too many parameters!"));
|
||||
return;
|
||||
}
|
||||
final String playerName;
|
||||
|
Loading…
Reference in New Issue
Block a user