From 85b75766a932e18016b74cf5355e2613ad62091e Mon Sep 17 00:00:00 2001 From: edmand46 Date: Thu, 12 Oct 2023 11:21:21 +0300 Subject: [PATCH] :art: remove $ from logs --- Ragon.Server/Sources/Handler/EntityRemoveOperation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ragon.Server/Sources/Handler/EntityRemoveOperation.cs b/Ragon.Server/Sources/Handler/EntityRemoveOperation.cs index cf858de..9a45b4b 100644 --- a/Ragon.Server/Sources/Handler/EntityRemoveOperation.cs +++ b/Ragon.Server/Sources/Handler/EntityRemoveOperation.cs @@ -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"); } } } \ No newline at end of file