Fix entities not rendering after reloading resources

This commit is contained in:
Matthew Messinger 2017-06-13 05:10:34 -04:00
parent 52da7f800b
commit a165477108

View file

@ -38,6 +38,7 @@ public class SkinResourceManager implements IResourceManagerReloadListener {
uuidSkins.clear();
namedSkins.clear();
executor.shutdownNow();
executor = Executors.newSingleThreadExecutor();
inProgress.clear();
converted.clear();
for (String domain : resourceManager.getResourceDomains()) {