Update src/main/java/fr/moribus/imageonmap/commands/maptool/GetCommand.java

Co-authored-by: Amaury Carrade <amaury@carrade.eu>
This commit is contained in:
Vlammar 2021-02-05 16:39:32 +01:00 committed by GitHub
parent f488bc5d34
commit 8e33588a14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ public class GetCommand extends IoMCommand {
ImageMap map = MapManager.getMap(uuid, mapName);
if (map == null) {
info(sender, I.t("This map does not exist."));
warning(sender, I.t("This map does not exist."));
return;
}