Update src/main/java/fr/moribus/imageonmap/commands/IoMCommand.java

Co-authored-by: Amaury Carrade <amaury@carrade.eu>
This commit is contained in:
Vlammar 2020-08-18 00:04:43 +02:00 committed by GitHub
parent e4c3c8ddf5
commit 2be34cb34a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,6 @@ public abstract class IoMCommand extends Command
map = MapManager.getMap(player.getUniqueId(), mapName);
if(map == null) error(I.t("This map does not exist."));
PluginLogger.info(""+map.getName());
return map;
}
protected ImageMap getMapFromArgs(Player player, int index, boolean expand) throws CommandException