mirror of
https://github.com/minetest/minetest.git
synced 2025-09-19 19:55:19 +02: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<<std::endl;
|
||||
actionstream << player->getName() <<std::endl;
|
||||
}
|
||||
return playersao;
|
||||
}
|
||||
|
Reference in New Issue
Block a user