Skip to content

Commit

Permalink
Add [POST] prefix and character name to the blue message
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-n committed May 9, 2024
1 parent e0ad582 commit d52ece6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public async ValueTask HandleCommandAsync(Player player, string command)
return;
}

message = $"[POST] {player.SelectedCharacter?.Name}: {message}";
await player.GameContext.SendGlobalMessageAsync(message, Interfaces.MessageType.BlueNormal).ConfigureAwait(false);
}
}

0 comments on commit d52ece6

Please sign in to comment.