Merge branch 'master' into develop

pull/822/head
Andrew Cassidy 4 years ago
commit 04ef450d2f
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

@ -0,0 +1,20 @@
---
name: Bug report
about: A problem with the appearance or usability of a Restock part
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is. Make sure you read the [list of common issues](https://github.com/PorktoberRevolution/ReStocked/issues/581) first!
**Screenshots**
If applicable, add screenshots to help explain your problem.
**List of mods installed:**
- Restock
**Logs**
Attach logs if you think they are relevant. The log file is named "KSP.log" and is found in the same folder as your KSP executable

@ -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
-----

@ -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
}
}

Loading…
Cancel
Save