Merge branch 'master' into develop

This commit is contained in:
2020-02-01 22:07:47 -08:00
5 changed files with 27 additions and 6 deletions

View File

@ -15,6 +15,7 @@ v1.0.3
-----
- Updated ModuleManager distribution to 4.1.3
- Fixed Flea, Hammer, Kickback and Thumper colliders (#779)
- Fixed certain landing legs causing teleports after timewarp (#780)
v1.0.2
-----

View File

@ -11,9 +11,9 @@
endEventGUIName = #LOC_RestockPlus_light_rotate_off
actionGUIName = #LOC_RestockPlus_light_rotate_toggle
allowDeployLimit = true
revClampDirection = false
revClampSpeed = true
revClampPercent = true
revClampDirection = true
revClampSpeed = false
revClampPercent = false
}
}
@ -28,8 +28,8 @@
endEventGUIName = #LOC_RestockPlus_light_rotate_off
actionGUIName = #LOC_RestockPlus_light_rotate_toggle
allowDeployLimit = true
revClampDirection = false
revClampSpeed = true
revClampPercent = true
revClampDirection = true
revClampSpeed = false
revClampPercent = false
}
}