🎨 remove $ from logs

This commit is contained in:
2023-10-12 11:21:21 +03:00
parent b90ed974e5
commit 85b75766a9
@@ -49,7 +49,7 @@ public sealed class EntityDestroyOperation: BaseOperation
}
else
{
_logger.Trace($"Entity ${entity.Id} not found or Player {context.Connection.Id}|{context.LobbyPlayer.Name} have not authority");
_logger.Trace($"Entity {entity.Id} not found or Player {context.Connection.Id}|{context.LobbyPlayer.Name} have not authority");
}
}
}