Add joining player to printed player list

This commit is contained in:
sapier 2014-05-20 18:09:32 +02:00
parent 09970b7b6d
commit 73e5bc9c01

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