Skip to content

Commit

Permalink
Admin tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Ermucat committed Dec 29, 2024
1 parent cf511c6 commit 766ff17
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(card):user} sent NanoChat message to {recipientsText}: {msg.Content}{(deliveryFailed ? " [DELIVERY FAILED]" : "")}");
$"{ToPrettyString(msg.Actor)} Sent Message to: '{message.Content}'); {recipientsText}");

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

0 comments on commit 766ff17

Please sign in to comment.