diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/gameserver.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gameserver.cc b/src/core/gameserver.cc index e73c6ce..4da0be6 100644 --- a/src/core/gameserver.cc +++ b/src/core/gameserver.cc @@ -277,7 +277,7 @@ void GameServer::say(Player *player, std::string const &message) std::string notification("^B"); notification.append(player->name()); - notification.append("^F:^B "); + notification.append("^F:^N "); notification.append(message); broadcast_message(Message::Public, notification); |