diff --git a/source/server/ai/zombie_core.qc b/source/server/ai/zombie_core.qc index d052be9..e814680 100644 --- a/source/server/ai/zombie_core.qc +++ b/source/server/ai/zombie_core.qc @@ -726,7 +726,7 @@ void() zombie_hop10_5=[ $hop10, SUB_Null ] {self.frame = self.head.frame = 122; if(self.crawling == 2) { makeCrawler(self); - return; + //return; } self.movetype = MOVETYPE_WALK; self.th_walk();