mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Math mapgen fix, ip show on connect, pathfinder segfault fix
This commit is contained in:
parent
75b8c13b00
commit
f764297be2
7 changed files with 21 additions and 34 deletions
|
@ -2154,7 +2154,7 @@ void Server::ProcessData(u8 *data, u32 datasize, u16 peer_id)
|
|||
os<<player->getName()<<" ";
|
||||
}
|
||||
|
||||
actionstream<<player->getName()<<" joins game. List of players: "
|
||||
actionstream<<player->getName()<<" ["<<addr_s<<"] "<<" joins game. List of players: "
|
||||
<<os.str()<<std::endl;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue