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