mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fixes a small problem with the pathfinding path and the robot fix merge (#60751)
This commit is contained in:
@@ -107,7 +107,6 @@
|
||||
return
|
||||
else
|
||||
TIMER_COOLDOWN_START(parent, COOLDOWN_CIRCUIT_PATHFIND_DIF, different_path_cooldown)
|
||||
popleft(path) // The first step is literally where we are right now, so we dont need it
|
||||
next_turf = get_turf(path[1])
|
||||
output.set_output(next_turf)
|
||||
TIMER_COOLDOWN_START(parent, COOLDOWN_CIRCUIT_PATHFIND_SAME, same_path_cooldown)
|
||||
|
||||
Reference in New Issue
Block a user