Skip to content

Commit

Permalink
recreate change
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames committed Jan 20, 2024
1 parent f2dd158 commit c1c2075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primedev/mods/modmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ void ModManager::LoadMods()
int currentModIndex = 0;
for (Mod& mod : m_LoadedMods)
{
if (!mod.m_bEnabled || (!mod.RequiredOnClient && !mod.Pdiff.size()))
if (!mod.m_bEnabled)
continue;

modinfoDoc["Mods"].PushBack(rapidjson::kObjectType, modinfoDoc.GetAllocator());
Expand Down

0 comments on commit c1c2075

Please sign in to comment.