Skip to content

Commit 2843af3

Browse files
authored
rustlerbombs: Remove unnecessary parameter (#404)
1 parent 49961eb commit 2843af3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

[gameplay]/rustlerbombs/client.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function drawHud()
1616
end
1717
end
1818

19-
function dropGliderBomb(rustler)
19+
function dropGliderBomb()
2020
if not isElement(rustler) then
2121
return
2222
end
@@ -68,7 +68,7 @@ function dropGliderBomb(rustler)
6868
end
6969

7070
function gliderBomb()
71-
dropGliderBomb(rustler)
71+
dropGliderBomb()
7272
end
7373

7474
function exitMode()

0 commit comments

Comments
 (0)