Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2025-01-11 18:10:52 +01:00
chore: make texture errors actually meaningful
Dieser Commit ist enthalten in:
Ursprung
54451defb9
Commit
c2e31240c3
@ -954,7 +954,8 @@ public class TextureUtil implements TextureHolder {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (entry == null) {
|
if (entry == null) {
|
||||||
LOGGER.error("Cannot find {} in {}", modelsDir, file);
|
final String[] dirs = Arrays.stream(modelsDir).map(s -> String.format(s, nameSpace, name)).toArray(String[]::new);
|
||||||
|
LOGGER.error("Cannot find {} in {}", dirs, file);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren