mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
fix the double "foo changed name to bar" messages for foo
This commit is contained in:
parent
abf34ac2d3
commit
cf10da8120
1 changed files with 1 additions and 1 deletions
|
@ -1185,7 +1185,7 @@ ucmd_t ucmds[] = {
|
|||
{"say", SV_Say_f, 1},
|
||||
{"say_team", SV_Say_Team_f, 1},
|
||||
|
||||
{"setinfo", SV_SetInfo_f},
|
||||
{"setinfo", SV_SetInfo_f, 1},
|
||||
|
||||
{"serverinfo", SV_ShowServerinfo_f},
|
||||
|
||||
|
|
Loading…
Reference in a new issue