From 2844bfb3d4f12b52c4498cb0b39ffb840f5f346c Mon Sep 17 00:00:00 2001 From: dresk Date: Tue, 24 Apr 2007 13:25:23 +0000 Subject: [PATCH] Fixed a typo by not putting a whitespace after the DP_SV_NETADDRESS git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7169 d7cf8633-e32d-0410-b094-e92efae38249 --- svvm_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svvm_cmds.c b/svvm_cmds.c index 97d33b71..6a32a38a 100644 --- a/svvm_cmds.c +++ b/svvm_cmds.c @@ -96,7 +96,7 @@ char *vm_sv_extensions = "DP_SV_DROPCLIENT " "DP_SV_EFFECT " "DP_SV_ENTITYCONTENTSTRANSITION " -"DP_SV_NETADDRESS" +"DP_SV_NETADDRESS " "DP_SV_NODRAWTOCLIENT " "DP_SV_PING " "DP_SV_PLAYERPHYSICS " -- 2.39.2