Minor code cleanup

This commit is contained in:
libraryaddict 2013-12-06 05:01:08 +13:00
parent a759cfaa59
commit 3541e82c48

View File

@ -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() {