mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-01-18 23:21:39 +00:00
Fix Team Arena tauntGauntlet command
This commit is contained in:
parent
10e2caad46
commit
d7f00e2b65
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ static void CG_TauntDeathInsult_f (void ) {
|
|||
}
|
||||
|
||||
static void CG_TauntGauntlet_f (void ) {
|
||||
trap_SendConsoleCommand("cmd vsay kill_guantlet\n");
|
||||
trap_SendConsoleCommand("cmd vsay kill_gauntlet\n");
|
||||
}
|
||||
|
||||
static void CG_TaskSuicide_f (void ) {
|
||||
|
|
Loading…
Reference in a new issue