Skip to content

Commit

Permalink
fix (config): rename SaveInDB to PersistentKeys for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Cocodrulo committed Nov 14, 2024
1 parent 49540b8 commit 5b0f093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Config = {}

-- Key System Settings
Config.SaveInDB = true -- Whether the own keys should save into database
Config.PersistentKeys = true -- Whether the own keys should save into database or not

-- Vehicle lock settings
Config.LockToggleAnimation = {
Expand Down

0 comments on commit 5b0f093

Please sign in to comment.