Fixed log message

This commit is contained in:
Chomp
2025-01-27 11:39:51 +00:00
parent d7b316fa42
commit 2c65227f37
@@ -224,7 +224,7 @@ public class LocationLootGenerator(
}
}
_logger.Success("A total of { staticLootItemCount}static items spawned");
_logger.Success($"A total of {staticLootItemCount}static items spawned");
_logger.Success(
_localisationService.GetText("location-containers_generated_success", staticContainerCount)