Skip to content

Commit 35aef07

Browse files
committed
log the full resourcelocation out for skin with bad model id
1 parent 329c50b commit 35aef07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/doggytalents/client/DogTextureManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ protected void apply(DogTextureManager.DogSkinLoadResult loadResult, ResourceMan
301301
} else {
302302
DogTextureManager.LOGGER.warn(
303303
"Skin [ {} ] refers to the missing model: [ {} ]",
304-
skin.getPath().getPath(), model_id
304+
skin.getPath(), model_id
305305
);
306306
}
307307
}

0 commit comments

Comments
 (0)