Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-10-19 13:45:07 +0000
committerStijn Buys <ingar@osirion.org>2008-10-19 13:45:07 +0000
commit56cdfd3822d2800abdd2f912ab7f76a5764793a7 (patch)
tree2656c7ef694117e0554ae4a47bb09629c78ed8af /src/core/gameserver.cc
parente6f1fad441a7737549f463ebac1c9de062b5173d (diff)
scrollpane widget, updated chatbox
Diffstat (limited to 'src/core/gameserver.cc')
-rw-r--r--src/core/gameserver.cc2
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);