From 431114fabb2785ca9bf65b40878dcaeee578642c Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Tue, 13 Mar 2018 16:59:32 +0000 Subject: [PATCH] Fixed Path Error Again --- StandAlone/paths.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandAlone/paths.lua b/StandAlone/paths.lua index b508ff72..4edaea67 100644 --- a/StandAlone/paths.lua +++ b/StandAlone/paths.lua @@ -87,8 +87,8 @@ Event.register(defines.events.on_player_mined_tile, function(event) for _,old_tile in pairs(old_tiles) do if not paths[surface.get_tile(old_tile.position).name] then remove_key(surface,pos) return end global_key(surface,old_tile.position)[2]=paths[surface.get_tile(old_tile.position).name][1] + global_key(surface,old_tile.position)[3] = event.tick end - global_key(surface,old_tile.position)[3] = event.tick end) Event.register(defines.events.on_player_changed_position, function(event)