use the correct selector in clearMyRoute

This commit is contained in:
Bill Currie 2004-03-03 02:21:20 +00:00
parent 9e9ddc4017
commit f75528ced1

View file

@ -268,7 +268,7 @@ Route & path table management
+(void)clearMyRoute:(Bot) bot +(void)clearMyRoute:(Bot) bot
{ {
[waypoint_array makeObjectsPerformSelector:@selector (clearRouteForBot) [waypoint_array makeObjectsPerformSelector:@selector (clearRouteForBot:)
withObject:bot]; withObject:bot];
} }