mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +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);
|
String custom = getCustom(stack);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
cache.invalidateAll();
|
|
||||||
return cache.get(String.format("%s#%s#%s#%s", material, layer, type, custom), () -> {
|
return cache.get(String.format("%s#%s#%s#%s", material, layer, type, custom), () -> {
|
||||||
String typed = Strings.nullToEmpty(type);
|
String typed = Strings.nullToEmpty(type);
|
||||||
String extra = typed.isEmpty() ? "" : "_" + typed;
|
String extra = typed.isEmpty() ? "" : "_" + typed;
|
||||||
|
|
Loading…
Reference in a new issue