Skip to content

Commit

Permalink
Made it look better
Browse files Browse the repository at this point in the history
  • Loading branch information
Ermucat committed Dec 29, 2024
1 parent 766ff17 commit c7485fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ private void HandleSendMessage(Entity<NanoChatCartridgeComponent> cartridge,

_adminLogger.Add(LogType.Chat,
LogImpact.Low,
$"{ToPrettyString(msg.Actor)} Sent Message to: '{message.Content}'); {recipientsText}");
$"{ToPrettyString(msg.Actor)} Sent Message: '{message.Content}' to: {recipientsText}");

var msgEv = new NanoChatMessageReceivedEvent(card);
RaiseLocalEvent(ref msgEv);
Expand Down

0 comments on commit c7485fc

Please sign in to comment.