From: dresk Date: Mon, 23 Apr 2007 20:32:12 +0000 (+0000) Subject: Added new extension for .string netaddress (DP_SV_NETADDRESS) X-Git-Tag: xonotic-v0.1.0preview~3275 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d5367f41068aacf49ad756ab6a244f37b5af7069;p=xonotic%2Fdarkplaces.git Added new extension for .string netaddress (DP_SV_NETADDRESS) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7162 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/svvm_cmds.c b/svvm_cmds.c index 6e8017ff..97d33b71 100644 --- a/svvm_cmds.c +++ b/svvm_cmds.c @@ -96,6 +96,7 @@ char *vm_sv_extensions = "DP_SV_DROPCLIENT " "DP_SV_EFFECT " "DP_SV_ENTITYCONTENTSTRANSITION " +"DP_SV_NETADDRESS" "DP_SV_NODRAWTOCLIENT " "DP_SV_PING " "DP_SV_PLAYERPHYSICS "