mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
fixed erroneus handling of many players with no peer existing at same time
This commit is contained in:
parent
1986326731
commit
b6787a2b58
2 changed files with 4 additions and 1 deletions
|
@ -73,6 +73,8 @@ public:
|
|||
|
||||
private:
|
||||
Map *m_map;
|
||||
// peer_ids in here should be unique, except that there may be
|
||||
// many 0s
|
||||
core::list<Player*> m_players;
|
||||
// Debug output goes here
|
||||
std::ostream &m_dout;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue