Remove debug code

This commit is contained in:
Sollace 2023-03-02 18:54:43 +00:00
parent 8ed7965270
commit 5c67534bf4

View file

@ -60,7 +60,6 @@ public class DefaultArmourTextureResolver implements IArmourTextureResolver {
String custom = getCustom(stack);
try {
cache.invalidateAll();
return cache.get(String.format("%s#%s#%s#%s", material, layer, type, custom), () -> {
String typed = Strings.nullToEmpty(type);
String extra = typed.isEmpty() ? "" : "_" + typed;