change spoiler log wording

This commit is contained in:
gymnast86
2026-06-19 03:03:03 -07:00
parent b2dfdf4158
commit f20cf3c24e
@@ -78,7 +78,7 @@ namespace randomizer::logic::spoiler_log
// Print starting inventories if there are any
if (!worldswithStartingInventories.empty())
{
spoilerLog << std::endl << "Starting Inventory:" << std::endl;
spoilerLog << std::endl << "All Starting Items:" << std::endl;
for (const auto& world : worldswithStartingInventories)
{
spoilerLog << " World " << world->GetID() << ":" << std::endl;