Default value for Spawn chase range should be set to 0.
This commit is contained in:
		@@ -536,6 +536,10 @@ public class Spawn extends Location implements IIdentifiable, INamable
 | 
			
		||||
	
 | 
			
		||||
	public int getChaseRange()
 | 
			
		||||
	{
 | 
			
		||||
		if (_spawnTemplate == null)
 | 
			
		||||
		{
 | 
			
		||||
			return 0;
 | 
			
		||||
		}
 | 
			
		||||
		return _spawnTemplate.getChaseRange();
 | 
			
		||||
	}
 | 
			
		||||
	
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user