Update "-if" and "-ifnot" from a single dash to double dash for compatability with the changes to the bnp_make.exe switches.
This commit is contained in:
parent
2a83b66ac2
commit
4bd7d86c8e
1 changed files with 2 additions and 2 deletions
|
@ -338,11 +338,11 @@ ICCharacter["Packages"] += [ [ "characters_shapes", [ ] ] ]
|
|||
ICCharacter["Packages"] += [ [ "characters_animations", [ ] ] ]
|
||||
ICCharacterMapsConditions = [ ]
|
||||
for armor in ICCharacterArmors:
|
||||
ICCharacterMapsConditions += [ "-ifnot" ]
|
||||
ICCharacterMapsConditions += [ "--ifnot" ]
|
||||
ICCharacterMapsConditions += [ armor + "*" ]
|
||||
ICCharacter["Packages"] += [ [ "characters_maps_hr", [ "characters_maps_hr.bnp" ] + ICCharacterMapsConditions, "characters.hlsbank" ] ]
|
||||
for armor in ICCharacterArmors:
|
||||
ICCharacter["Packages"] += [ [ "characters_maps_hr", [ "characters_maps_" + armor + "_hr.bnp", "-if", armor + "*" ], "characters.hlsbank" ] ]
|
||||
ICCharacter["Packages"] += [ [ "characters_maps_hr", [ "characters_maps_" + armor + "_hr.bnp", "--if", armor + "*" ], "characters.hlsbank" ] ]
|
||||
ICCharacter["Refs"] = [ ]
|
||||
InstallClientData += [ ICCharacter ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue