mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 01:11:18 +00:00
fix for new gib syntax
This commit is contained in:
parent
6ab0175cfc
commit
d4a385adbf
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
alias "sensitivity" {
|
||||
if #{$argn == 1} {
|
||||
echo "\"$0\" is \"$in_mouse_amp\""
|
||||
function "sensitivity" {
|
||||
if ($argc == 1) {
|
||||
echo $0 is $in_mouse_amp
|
||||
return
|
||||
}
|
||||
in_mouse_amp $1
|
||||
}
|
||||
export sensitivity
|
||||
|
|
Loading…
Reference in a new issue