Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
chore: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-osborne committed Oct 16, 2022
1 parent 20cd21c commit d26a9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Config.useBlips = true -- bool: Turns blips on/off
Config.alertPolice = true -- bool: Whether to alert police above certain speed
Config.alertSpeed = 130 -- number: Alerts police when caught above this speed
Config.useBilling = true -- bool: Bills player by fineAmount automatically if true - Only change if you know what you're doing
Config.OnlyBillIfOwned = false -- bool: Only bill the player if they own the vehicle they are driving
Config.OnlyBillIfOwned = false -- bool: Only bill the player if they own the vehicle they are driving
Config.showNotification = false -- bool: Shows a notification when caught
Config.sendEmail = true -- bool: Sends an email when caught, false shows a notification

Expand Down
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Config.useBlips = true -- bool: Turns blips on/off
Config.alertPolice = true -- bool: Whether to alert police above certain speed
Config.alertSpeed = 130 -- number: Alerts police when caught above this speed
Config.useBilling = true -- bool: Bills player by fineAmount automatically if true - Only change if you know what you're doing
Config.OnlyBillIfOwned = false -- bool: Only bill the player if they own the vehicle they are driving
Config.OnlyBillIfOwned = false -- bool: Only bill the player if they own the vehicle they are driving
Config.showNotification = false -- bool: Shows a notification when caught
Config.sendEmail = true -- bool: Sends an email when caught, false shows a notification

Expand Down

0 comments on commit d26a9c9

Please sign in to comment.