No need for _replacedSkills to be public.
This commit is contained in:
@@ -850,7 +850,7 @@ public class Player extends Playable
|
||||
|
||||
/** Map containing all custom skills of this player. */
|
||||
private Map<Integer, Skill> _customSkills = null;
|
||||
public final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
private final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
|
||||
private final OlympiadFightHistory _olympiadFightHistory = new OlympiadFightHistory(this);
|
||||
|
||||
|
Reference in New Issue
Block a user