multitheftauto / mtasa-resources

This project maintains a list of up-to-date resources that come with Multi Theft Auto.
https://multitheftauto.com
MIT License
151 stars 151 forks source link

rustlerbombs: Remove unnecessary parameter #404

Closed MegadreamsBE closed 1 year ago

MegadreamsBE commented 1 year ago

There was an unnecessary parameter "rustler" in the dropGliderBomb function which made the linter unhappy. As there's already a local variable defined to hold the rustler the player is in which is actually being used I have removed this parameter.