mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
tinkering around
This commit is contained in:
parent
ed6039d472
commit
c37eb9b139
5 changed files with 21 additions and 14 deletions
|
@ -3133,6 +3133,8 @@ void Server::handlePeerChange(PeerChange &c)
|
|||
message += L"*** ";
|
||||
message += name;
|
||||
message += L" left game";
|
||||
if(c.timeout)
|
||||
message += L" (timed out)";
|
||||
}
|
||||
|
||||
// Delete player
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue