Code cleanup after latest PlayerInstance changes.

This commit is contained in:
MobiusDevelopment
2019-07-02 13:41:38 +00:00
parent c14b8f9b18
commit 35e41c7989
13 changed files with 341 additions and 713 deletions

View File

@@ -518,7 +518,7 @@ public final class PlayerInstance extends Playable
private long _offlineShopStart = 0;
private Transform _transformation;
private volatile Map<Integer, Skill> _transformSkills = new ConcurrentHashMap<>();
private final Map<Integer, Skill> _transformSkills = new ConcurrentHashMap<>();
/** The table containing all RecipeList of the PlayerInstance */
private final Map<Integer, RecipeList> _dwarvenRecipeBook = new ConcurrentHashMap<>();