Fix Think return value
This commit is contained in:
parent
3c1091e2b2
commit
4b877878f9
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ function TimerThink()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0.0; // Think every tick
|
return -1; // Think every tick
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!("cool_timer" in getroottable()))
|
if (!("cool_timer" in getroottable()))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue