From b744c5e5bbbac27ab32d3b55a6dc927f4acb77de Mon Sep 17 00:00:00 2001 From: oof2win2 Date: Sat, 9 Oct 2021 00:46:24 +0200 Subject: [PATCH] :wrench: lint --- modules/gui/warp-list.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gui/warp-list.lua b/modules/gui/warp-list.lua index ff316536..9763233f 100644 --- a/modules/gui/warp-list.lua +++ b/modules/gui/warp-list.lua @@ -793,7 +793,6 @@ Event.on_nth_tick(math.floor(60/config.update_smoothing), function() end end - -- Check the dist to the closest warp local in_range = closest_warp ~= nil and (closest_warp.warp_id == warp_ids.spawn and closest_distance < rs2 or closest_distance < r2) if was_in_range and not in_range then