mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-25 01:57:53 +01:00
Zap warning for lack of webp tools - confusing support headache
This commit is contained in:
parent
246c1754cc
commit
8244394cc4
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user