Name removed from comments

This commit is contained in:
JohnsonAskot
2015-02-07 14:35:43 -05:00
parent 63810d5c1b
commit 7bf054bd58
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ bool Client::Process() {
if(IsAIControlled())
AI_Process();
// Don't reset the bindwound timer so we can check it in BindWound as well. -Lecht
// 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);
}