🔧 lint

This commit is contained in:
oof2win2
2021-10-09 00:46:24 +02:00
committed by GitHub
parent 6b7af4a6f0
commit b744c5e5bb

View File

@@ -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