mirror of
				https://github.com/JezuzLizard/t4sp_bot_warfare.git
				synced 2025-10-31 09:56:56 +00:00 
			
		
		
		
	Change how function works.
This commit is contained in:
		| @@ -316,10 +316,10 @@ ClearPriorityObjective() | ||||
| /* | ||||
| 	Checks whether the path generated by the ASTAR path finding is inaccessible | ||||
| */ | ||||
| GetPathIsInaccessible() | ||||
| GetPathIsInaccessible( to ) | ||||
| { | ||||
| 	waittillframeend; | ||||
| 	return self.bot.path_inaccessible; | ||||
| 	path = generatePath( self.origin, to, self.team, level.bot_allowed_negotiation_links ); | ||||
| 	return !isDefined( path ) || path.size <= 0; | ||||
| } | ||||
|  | ||||
| /* | ||||
|   | ||||
		Reference in New Issue
	
	Block a user