mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +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