Minor code cleanup
This commit is contained in:
parent
a759cfaa59
commit
3541e82c48
@ -178,12 +178,14 @@ public class DisguiseUtilities {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (add)
|
if (add) {
|
||||||
dis.add(disguise);
|
dis.add(disguise);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}return dis;
|
}
|
||||||
|
}
|
||||||
|
return dis;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static HashMap<Integer, Integer> getSelfDisguisesIds() {
|
public static HashMap<Integer, Integer> getSelfDisguisesIds() {
|
||||||
|
Loading…
Reference in New Issue
Block a user