Add nil check to sneeker.boom method

This commit is contained in:
Jordan Irwin 2021-07-19 18:22:57 -07:00
parent 776bd77a61
commit be4da85462

@ -288,6 +288,8 @@ local function explode(pos, radius)
end
function sneeker.boom(pos, large)
if not pos then return end
local radius = radius
if large then
radius = large_radius