1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

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

View file

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