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