Make flagwatcher constructor public
This commit is contained in:
parent
b3f2fcaed2
commit
af51d15d59
@ -34,7 +34,7 @@ public class FlagWatcher {
|
||||
private Disguise disguise;
|
||||
private HashMap<Integer, Object> entityValues = new HashMap<Integer, Object>();
|
||||
|
||||
protected FlagWatcher(Disguise disguise) {
|
||||
public FlagWatcher(Disguise disguise) {
|
||||
this.disguise = disguise;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user