From 2f70cb1a0e1f198d29a80325ab47d089e17e2ceb Mon Sep 17 00:00:00 2001 From: divverent Date: Thu, 8 Jan 2009 08:23:19 +0000 Subject: [PATCH] oops, this is in the server VM git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8628 d7cf8633-e32d-0410-b094-e92efae38249 --- host_cmd.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/host_cmd.c b/host_cmd.c index 77c1bfce..06407556 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -65,7 +65,7 @@ void Host_Status_f (void) void (*print) (const char *fmt, ...); char ip[22]; int frags; - + if (cmd_source == src_command) { // if running a client, try to send over network so the client's status report parser will see the report @@ -82,6 +82,8 @@ void Host_Status_f (void) if (!sv.active) return; + SV_VM_Begin(); + in = 0; if (Cmd_Argc() == 2) { @@ -187,6 +189,8 @@ void Host_Status_f (void) print ("^7%s\n", client->name); } } + + SV_VM_End(); } -- 2.39.2