mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
11 lines
332 B
Diff
11 lines
332 B
Diff
--- trunk/code/server/sv_client.c 2009/01/13 07:57:03 1492
|
|
+++ trunk/code/server/sv_client.c 2009/01/17 23:09:58 1493
|
|
@@ -1500,6 +1500,7 @@
|
|
if (clientOK) {
|
|
// pass unknown strings to the game
|
|
if (!u->name && sv.state == SS_GAME) {
|
|
+ Cmd_Args_Sanitize();
|
|
VM_Call( gvm, GAME_CLIENT_COMMAND, cl - svs.clients );
|
|
}
|
|
}
|