From a8269497b153110c1bcdf12468c035a643a46be5 Mon Sep 17 00:00:00 2001 From: Aaron Kimbrell Date: Tue, 31 Mar 2026 03:35:24 -0500 Subject: [PATCH] Update dGame/dUtilities/SlashCommands/DEVGMCommands.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- dGame/dUtilities/SlashCommands/DEVGMCommands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dGame/dUtilities/SlashCommands/DEVGMCommands.cpp b/dGame/dUtilities/SlashCommands/DEVGMCommands.cpp index 58f91c6e..1913876f 100644 --- a/dGame/dUtilities/SlashCommands/DEVGMCommands.cpp +++ b/dGame/dUtilities/SlashCommands/DEVGMCommands.cpp @@ -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) {