mirror of
https://github.com/minetest/minetest.git
synced 2025-02-18 19:03:46 +01:00
Add joining player to printed player list
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user