mirror of
https://github.com/GeyserExtensionists/GeyserModelEnginePackGenerator.git
synced 2025-12-19 23:19:20 +00:00
fix
This commit is contained in:
@@ -344,7 +344,9 @@ public class GeneratorMain {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
if (entry.getValue().getImage() != null) {
|
||||||
ImageIO.write(entry.getValue().getImage(), "png", path.toFile());
|
ImageIO.write(entry.getValue().getImage(), "png", path.toFile());
|
||||||
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user