Remove trailing spaces in hostile faction defs

Cleaned up XML by removing unnecessary trailing spaces from DRK_BoS and DRK_Enclave hostile faction definitions in FCP_NCR.xml.
This commit is contained in:
RickGrymes
2025-12-23 03:30:18 -06:00
parent b1d0d608d8
commit de7722030b
+2 -2
View File
@@ -515,13 +515,13 @@
<!-- Make them hostile to the Compendium Brotherhood of Steel -->
<li Class="FCP.Core.ModExtension_FactionPermanentlyHostileTo">
<hostileFactionDefs>
<li MayRequire="altushka.boscompendium">DRK_BoS </li>
<li MayRequire="altushka.boscompendium">DRK_BoS</li>
</hostileFactionDefs>
</li>
<!-- Make them hostile to the Compendium Enclave -->
<li Class="FCP.Core.ModExtension_FactionPermanentlyHostileTo">
<hostileFactionDefs>
<li MayRequire="altushka.boscompendium">DRK_Enclave </li>
<li MayRequire="altushka.boscompendium">DRK_Enclave</li>
</hostileFactionDefs>
</li>
<!-- Make them unable to use drop pods -->