mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
🔧 lint
This commit is contained in:
@@ -793,7 +793,6 @@ Event.on_nth_tick(math.floor(60/config.update_smoothing), function()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
-- Check the dist to the closest warp
|
-- 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)
|
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
|
if was_in_range and not in_range then
|
||||||
|
|||||||
Reference in New Issue
Block a user