Skip to content

Commit

Permalink
Removed nagging debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Menshin committed Nov 15, 2014
1 parent 4f81da5 commit a926e68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/game/machinery/bots/floorbot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,6 @@
else
path = get_path_to(loc, target, /turf/proc/AdjacentTurfsSpace, /turf/proc/Distance, 0, 30, id=botcard)

world << "A* path length : [path.len] to [target] at [target.x], [target.y], [target.z]"

if(!bot_move(target))
add_to_ignore(target)
oldtarget = target
Expand Down

0 comments on commit a926e68

Please sign in to comment.