Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Add repacking for VF eSports entity_adam.par
Browse files Browse the repository at this point in the history
  • Loading branch information
mosamadeeb committed Jul 7, 2021
1 parent 8080fe0 commit 0ea0f54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ModLoadOrder/Mods/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ public void AddFiles(string path, string check)
needsRepack = GamePath.ExistsInDataAsParNested(path);
break;
case "":
needsRepack = (basename == "ptc" && GamePath.ExistsInDataAsParNested(path));
needsRepack = (basename == "ptc" && GamePath.ExistsInDataAsParNested(path))
|| (basename == "entity_adam" && GamePath.ExistsInDataAsPar(path));

if (!needsRepack)
{
Expand Down

0 comments on commit 0ea0f54

Please sign in to comment.