mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Bleh
This commit is contained in:
parent
2325bf162d
commit
7e183e3247
1 changed files with 2 additions and 3 deletions
|
@ -44,9 +44,8 @@ public class PonyManager implements IResourceManagerReloadListener {
|
|||
|
||||
private PonyConfig config;
|
||||
|
||||
private Map<ResourceLocation, Pony>
|
||||
poniesCache = Maps.newHashMap(),
|
||||
backgroudPoniesCache = Maps.newHashMap();
|
||||
private Map<ResourceLocation, Pony> poniesCache = Maps.newHashMap();
|
||||
private Map<ResourceLocation, Pony> backgroudPoniesCache = Maps.newHashMap();
|
||||
|
||||
public PonyManager(PonyConfig config) {
|
||||
this.config = config;
|
||||
|
|
Loading…
Reference in a new issue