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

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

View File

@ -127,9 +127,7 @@ public class GiveCommand extends IoMCommand {
}
} catch (IOException | InterruptedException e) {
if (playerSender != null) {
info(playerSender, I.t("The player {0} does not exist.", playerName));
}
warning(sender, I.t("The player {0} does not exist.", playerName));
return;
}
});