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:
parent
09970b7b6d
commit
73e5bc9c01
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue