Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gameserver.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/gameserver.cc b/src/core/gameserver.cc
index f7838a4..fc7a814 100644
--- a/src/core/gameserver.cc
+++ b/src/core/gameserver.cc
@@ -324,6 +324,11 @@ void GameServer::broadcast(const Message::Channel channel, const std::string tex
player->message(channel, text);
}
}
+
+ // console is not in the player list
+ if (Cvar::sv_dedicated->value()) {
+ localplayer()->message(channel, text);
+ }
}
// broadcast a sound event to all players