Converted more ids to MongoId

This commit is contained in:
Chomp
2025-07-05 12:35:03 +01:00
parent 69e71e0820
commit 4f5571c2d4
44 changed files with 144 additions and 114 deletions
@@ -161,7 +161,7 @@ public class InventoryController(
if (itemToAdjust is null)
{
_logger.Error(
$"Unable find item: {request.Item} to: {request.State} on player {sessionId}to: "
$"Unable find item: {request.Item.Value.ToString()} to: {request.State} on player: {sessionId} to: "
);
return;