Skip to content

Commit

Permalink
Fix for heist and biker DLCs not loading props and compInfo correctly 🙃
Browse files Browse the repository at this point in the history
  • Loading branch information
grzybeek committed Dec 4, 2023
1 parent 2661fb3 commit 1923305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YMTEditor/XMLHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public static void LoadXML(string filePath)
{
//some ymt's have more <Item>'s in component section than defined in <availComp>, for example freemode male_heist or bikerdlc
//so just skip more than in availComp
return;
break;
}
ComponentData _curComp = MainWindow.Components.ElementAt(compItemIndex); //current component (jbib/lowr/teef etc)
int _curCompDrawablesCount = 0; //count how many component has variations (000, 001, 002, etc)
Expand Down

0 comments on commit 1923305

Please sign in to comment.