View Single Post
  #40  
Old 10-14-2008, 03:00 PM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

attack.cpp Mob::AddToHateList
Code:
	if(IsClient() && !IsAIControlled())
		return;
This is where the hate_list is used for the client... only if the client is charmed and aicontrolled.
Reply With Quote