]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.c
added sv_threaded cvar, the server can now be moved to another thread
[xonotic/darkplaces.git] / keys.c
diff --git a/keys.c b/keys.c
index f88ea5a4553394bf681b30679e934a96ee61cf0c..28f74a42b0dfcbb343ba094af647fdf1c2d89761 100644 (file)
--- a/keys.c
+++ b/keys.c
@@ -1200,7 +1200,7 @@ Key_Message (int key, int ascii)
        if (key == K_ENTER || ascii == 10 || ascii == 13)
        {
                if(chat_mode < 0)
-                       Cmd_ExecuteString(chat_buffer, src_command); // not Cbuf_AddText to allow semiclons in args; however, this allows no variables then. Use aliases!
+                       Cmd_ExecuteString(chat_buffer, src_command, true); // not Cbuf_AddText to allow semiclons in args; however, this allows no variables then. Use aliases!
                else
                        Cmd_ForwardStringToServer(va("%s %s", chat_mode ? "say_team" : "say ", chat_buffer));