Skip to content

Commit

Permalink
Fixed Shitty coding for orderlist();
Browse files Browse the repository at this point in the history
  • Loading branch information
BigSpice committed Jan 21, 2024
1 parent 743598b commit 8940f8a
Show file tree
Hide file tree
Showing 16 changed files with 119 additions and 131 deletions.
Binary file modified VTOL_2.0.0/.vs/ProjectEvaluation/vtol.metadata.v7.bin
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/ProjectEvaluation/vtol.projects.v7.bin
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/VTOL/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/VTOL/v17/.futdcache.v2
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/VTOL/v17/fileList.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion VTOL_2.0.0/Pages/Page_Mods.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ public async Task Call_Mods_From_Folder()
ToolTip_Dynamic = "The Mod Is not Registered Properly in the Backend List, Please Fix the Mod formatting or update your TF2 Mod List by Launching the Game";
Flag_mod = 100;
}
else if(Verified_Installed_Mod.Has_Valid_Mod == false && !Verified_Installed_Mod.Name.Contains("Northstar"))
else if(Verified_Installed_Mod.Has_Valid_Mod == false && !Verified_Installed_Mod.Name.Contains("Northstar") && !Verified_Installed_Mod.Name.Contains("audio"))
{
IS_CORE_MOD_temp = "#c80815";

Expand Down
248 changes: 118 additions & 130 deletions VTOL_2.0.0/Pages/Page_Thunderstore.xaml.cs

Large diffs are not rendered by default.

0 comments on commit 8940f8a

Please sign in to comment.