From 56cdfd3822d2800abdd2f912ab7f76a5764793a7 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 19 Oct 2008 13:45:07 +0000 Subject: scrollpane widget, updated chatbox --- src/core/gameserver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') 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); -- cgit v1.2.3