Skip to content

Commit

Permalink
fix: fixed NPC vehicle generation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jun 29, 2024
1 parent 7549023 commit 268a4bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Config.MaxInService = -1
Config.EnablePlayerManagement = true -- Enable society managing.
Config.EnableSocietyOwnedVehicles = false

Config.NPCSpawnDistance = 500.0
Config.NPCSpawnDistance = 100.0
Config.NPCNextToDistance = 25.0
Config.NPCJobEarnings = { min = 15, max = 40 }

Expand Down

0 comments on commit 268a4bd

Please sign in to comment.