From e5bd1fd805383b68e9a4994bc34687a6cf09702b Mon Sep 17 00:00:00 2001 From: Vlammar <36545324+Vlammar@users.noreply.github.com> Date: Fri, 5 Feb 2021 16:52:35 +0100 Subject: [PATCH] Update src/main/java/fr/moribus/imageonmap/commands/maptool/ExploreCommand.java Co-authored-by: Amaury Carrade --- .../fr/moribus/imageonmap/commands/maptool/ExploreCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/fr/moribus/imageonmap/commands/maptool/ExploreCommand.java b/src/main/java/fr/moribus/imageonmap/commands/maptool/ExploreCommand.java index a4b3332..d5bce6b 100644 --- a/src/main/java/fr/moribus/imageonmap/commands/maptool/ExploreCommand.java +++ b/src/main/java/fr/moribus/imageonmap/commands/maptool/ExploreCommand.java @@ -77,7 +77,7 @@ public class ExploreCommand extends IoMCommand { //TODO passer en static ImageOnMap.getPlugin().getCommandWorker().offlineNameFetch(playerName, uuid -> { if (uuid == null) { - info(sender, I.t("The player {0} does not exist.", playerName)); + warning(sender, I.t("The player {0} does not exist.", playerName)); return; } OfflinePlayer offlinePlayer = Bukkit.getOfflinePlayer(uuid);