mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Math mapgen fix, ip show on connect, pathfinder segfault fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user