typo fix..

This commit is contained in:
Gunter Labes 2008-02-26 00:17:59 +00:00
parent d363a209ba
commit 081e75a72b

View file

@ -868,7 +868,7 @@ void game::add_player(const network::connection player, const bool observer) {
DBG_GAME << "adding player...\n";
players_.push_back(player);
send_and_record_server_message(user->second.name()
+ " has joined the game."), player);
+ " has joined the game.", player);
} else if (!allow_observers()) {
return; //false;
} else {