Zap warning for lack of webp tools - confusing support headache

This commit is contained in:
Mike Primm 2021-01-09 19:49:39 -06:00
parent 246c1754cc
commit 8244394cc4
1 changed files with 0 additions and 1 deletions

View File

@ -503,7 +503,6 @@ public class DynmapCore implements DynmapCommonAPI {
Log.info("Found cwebp at " + cwebpPath + " and dwebp at " + dwebpPath + ": webp format enabled");
}
else {
Log.warning("cwebp or dwebp not found, or cwebpPath or dwebpPath is invalid: webp format disabled");
cwebpPath = dwebpPath = null;
}
/* Get default image format */