engine: common: net_ws: disabled read-only flag for ip cvar

This commit is contained in:
SNMetamorph
2022-07-10 18:28:06 +03:00
committed by a1batross
parent fce3959d15
commit d8724f0be4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2271,7 +2271,7 @@ void SV_ConnectionlessPacket( netadr_t from, sizebuf_t *msg )
netadr_t to;
if( NET_StringToAdr( Cmd_Argv( 1 ), &to ))
SV_Info( to, PROTOCOL_VERSION );
SV_Info( to );
}
else if( svgame.dllFuncs.pfnConnectionlessPacket( &from, args, buf, &len ))
{