Fix logging messages

This commit is contained in:
Chomp
2025-08-17 09:23:17 +01:00
parent ab114352ea
commit 24397b0439
2 changed files with 4 additions and 2 deletions
@@ -549,7 +549,9 @@ public class RepeatableQuestController(
if (questType is null)
{
logger.Error("index `i` is out of range for valid quest types, this should never be hit, report it.");
logger.Error(
$"Repeatable index: `{i}` is out of range for valid quest types, this should never be hit, report it."
);
continue;
}