]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.c
cmd: Merge cmd_client and cmd_server into cmd_local. Third time's a charm.
[xonotic/darkplaces.git] / netconn.c
index 1d52b5ad78f8f5bf8151669a6a4b303d613740e4..32fb1f35000229956fddc63b45550838526cc524 100755 (executable)
--- a/netconn.c
+++ b/netconn.c
@@ -2938,7 +2938,7 @@ static void RCon_Execute(lhnetsocket_t *mysocket, lhnetaddress_t *peeraddress, c
                        if(l)
                        {
                                client_t *host_client_save = host_client;
-                               Cmd_ExecuteString(cmd_server, s, src_local, true);
+                               Cmd_ExecuteString(cmd_local, s, src_local, true);
                                host_client = host_client_save;
                                // in case it is a command that changes host_client (like restart)
                        }