mirror of
https://github.com/xSquishyLiam/mc-GeyserModelEnginePackGenerator-extension.git
synced 2025-12-19 14:59:16 +00:00
fix again
This commit is contained in:
@@ -131,7 +131,7 @@ public class GeneratorMain {
|
|||||||
boolean canAdd = false;
|
boolean canAdd = false;
|
||||||
for (File e : folder.listFiles()) {
|
for (File e : folder.listFiles()) {
|
||||||
if (e.isDirectory()) {
|
if (e.isDirectory()) {
|
||||||
generateFromFolder(currentPath + folder.getName() + "/", e, false);
|
generateFromFolder(currentPath + (root ? "" : folder.getName() + "/"), e, false);
|
||||||
}
|
}
|
||||||
if (e.getName().endsWith(".zip")) {
|
if (e.getName().endsWith(".zip")) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user