mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Cache client IP in RemoteClient so it can always be retrieved (#10887)
specifically: after the peer has already disappeared
This commit is contained in:
@@ -452,9 +452,6 @@ void RemoteClient::notifyEvent(ClientStateEvent event)
|
||||
case CSE_Hello:
|
||||
m_state = CS_HelloSent;
|
||||
break;
|
||||
case CSE_InitLegacy:
|
||||
m_state = CS_AwaitingInit2;
|
||||
break;
|
||||
case CSE_Disconnect:
|
||||
m_state = CS_Disconnecting;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user