Skip to content

Commit

Permalink
rustlerbombs: Remove unnecessary parameter (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
MegadreamsBE committed Jan 16, 2023
1 parent 49961eb commit 2843af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions [gameplay]/rustlerbombs/client.lua
Expand Up @@ -16,7 +16,7 @@ function drawHud()
end
end

function dropGliderBomb(rustler)
function dropGliderBomb()
if not isElement(rustler) then
return
end
Expand Down Expand Up @@ -68,7 +68,7 @@ function dropGliderBomb(rustler)
end

function gliderBomb()
dropGliderBomb(rustler)
dropGliderBomb()
end

function exitMode()
Expand Down

0 comments on commit 2843af3

Please sign in to comment.