Merge pull request #367 from JohnsonAskot/master

Sanity checking
This commit is contained in:
Michael Cook (mackal)
2015-02-09 17:54:08 -05:00
3 changed files with 14 additions and 4 deletions
+2 -1
View File
@@ -239,7 +239,8 @@ bool Client::Process() {
if(IsAIControlled())
AI_Process();
if (bindwound_timer.Check() && bindwound_target != 0) {
// Don't reset the bindwound timer so we can check it in BindWound as well.
if (bindwound_timer.Check(false) && bindwound_target != 0) {
BindWound(bindwound_target, false);
}