-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: small issues - Added getVehicleByPlate function - Adjusted main client loop to check for player ownership when parked - Added plate to givekey - Fixed commands not grabbing name from locale - Made vehicleList be populated by the database on start * fix: distance check and mysql import * fix(server/commands): args inconsistenties * fix(server): invalid players * fix(client): speed up event to prevent driving without keys * fix: add notifications to commands * fix(server/main): add back extra callback * feat(locales): new entry * tweak(server/commands): add error notification types * tweak(client/main): flip ternary operator * fix(server/main): only load spawned vehicles * style(client/main): return if statement to multiline * fix(client/main): check ownership through state
- Loading branch information
Showing
15 changed files
with
459 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.