mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-21 20:18:01 +01:00
Remove debug code
This commit is contained in:
parent
8ed7965270
commit
5c67534bf4
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue