mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
removing the shared group interference information from routers
This commit is contained in:
parent
9338242958
commit
35df93c8da
|
|
@ -1014,7 +1014,7 @@ object GlobalDefinitionsVehicle {
|
|||
router.Deployment = true
|
||||
router.DeployTime = 2000
|
||||
router.UndeployTime = 2000
|
||||
router.interference = InterferenceRange(main = 20f, sharedGroupId = 3, shared = 20f)
|
||||
router.interference = InterferenceRange(main = 20f)
|
||||
router.DeconstructionTime = Duration(20, "minutes")
|
||||
router.AutoPilotSpeeds = (16, 6)
|
||||
router.Packet = variantConverter
|
||||
|
|
|
|||
Loading…
Reference in a new issue