Skip to content

Commit

Permalink
chore(config): no lock bikes
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-michalak committed Aug 25, 2024
1 parent d799808 commit bc4c404
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/shared.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ return {
},
---@type table<VehicleType, VehicleConfig>
types = { -- known types: automobile, bike, boat, heli, plane, submarine, trailer, train
bike = {
noLock = true
},
-- automobile = {
-- noLock = false,
-- spawnLocked = 1.0,
Expand Down

0 comments on commit bc4c404

Please sign in to comment.