Add joining player to printed player list

master
sapier 2014-05-20 18:09:32 +02:00
parent 09970b7b6d
commit 73e5bc9c01
1 changed files with 1 additions and 1 deletions

View File

@ -1291,7 +1291,7 @@ PlayerSAO* Server::StageTwoClientInit(u16 peer_id)
actionstream << *i << " ";
}
actionstream<<std::endl;
actionstream << player->getName() <<std::endl;
}
return playersao;
}