engine: common: xrcon: oops, fix build, forgot to stage the change

This commit is contained in:
Alibek Omarov
2026-06-01 21:32:45 +05:00
parent 376817478d
commit 4a2c218cfc

View File

@@ -109,7 +109,7 @@ static void XRcon_CloseListenSocket( void )
}
}
static void XRcon_CloseClientSocket( void )
static qboolean XRcon_CloseClientSocket( void )
{
if( NET_IsSocketValid( xrcon.client_socket ))
{