diff --git a/[gameplay]/rustlerbombs/client.lua b/[gameplay]/rustlerbombs/client.lua index fea217761..a307e9152 100644 --- a/[gameplay]/rustlerbombs/client.lua +++ b/[gameplay]/rustlerbombs/client.lua @@ -16,7 +16,7 @@ function drawHud() end end -function dropGliderBomb(rustler) +function dropGliderBomb() if not isElement(rustler) then return end @@ -68,7 +68,7 @@ function dropGliderBomb(rustler) end function gliderBomb() - dropGliderBomb(rustler) + dropGliderBomb() end function exitMode()