Update dGame/dUtilities/SlashCommands/DEVGMCommands.cpp

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Aaron Kimbrell
2026-03-31 03:35:24 -05:00
committed by GitHub
parent aea9009281
commit a8269497b1

View File

@@ -2106,7 +2106,7 @@ namespace DEVGMCommands {
// Send detailed feedback
std::ostringstream feedback;
feedback << "Spawned LOT " << spawnedCount << " total points across "
feedback << "Spawned " << spawnedCount << " total points (base LOT " << lot << ") across "
<< sceneSpawnCounts.size() << " scenes:\n";
for (const auto& [sceneID, count] : sceneSpawnCounts) {