mirror of
https://github.com/zDevelopers/ImageOnMap.git
synced 2025-02-13 10:01:25 +01:00
Update src/main/java/fr/moribus/imageonmap/commands/maptool/GetCommand.java
Co-authored-by: Amaury Carrade <amaury@carrade.eu>
This commit is contained in:
parent
e5bd1fd805
commit
003643e3cd
@ -60,7 +60,7 @@ public class GetCommand extends IoMCommand {
|
||||
return;
|
||||
}
|
||||
if (arguments.size() < 1) {
|
||||
warning(I.t("Too few parameters! Usage: /maptool get [playername]:<mapname>"));
|
||||
throwInvalidArgument(I.t("Too few parameters!"));
|
||||
return;
|
||||
}
|
||||
final String playerName;
|
||||
|
Loading…
Reference in New Issue
Block a user