diff --git a/source/server/ai/ai_core.qc b/source/server/ai/ai_core.qc index b58e107..f302d7a 100644 --- a/source/server/ai/ai_core.qc +++ b/source/server/ai/ai_core.qc @@ -671,9 +671,9 @@ void(float dist) Inside_Walk = { self.chase_time = 0; } //============= No Target ==================== - //if(self.goalentity == world) {//not sure when this would ever occur... but whatever. - // self.goalentity = self.goaldummy; - //} + if(self.goalentity == world) {//not sure when this would ever occur... but whatever. + self.goalentity = self.goaldummy; + } //============ GoalDummy is Target ============ if(self.goalentity == self.goaldummy) { if(nearby(self.goaldummy.origin)) {