Skip to content

Commit

Permalink
fix: Adjustment requested by @oliverpechey
Browse files Browse the repository at this point in the history
  • Loading branch information
IrateRedKite committed Apr 25, 2024
1 parent e80110f commit 578baf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/advanced_startup_solars/AdvancedStartupSolars.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ namespace Plugins::AdvancedStartupSolars

for (const auto& [key, value] : solarFormation.npcs)
{
for (int i = 0; i < value; i++)
for (int j = 0; j < value; j++)
{
global->npcCommunicator->CreateNpc(key, spawnLocation, EulerMatrix({0, 0, 0}), spawnSystem, true);
}
Expand Down

0 comments on commit 578baf6

Please sign in to comment.