mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Merge branch 'master' into develop
This commit is contained in:
commit
04ef450d2f
20
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@ -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
|
Binary file not shown.
Binary file not shown.
@ -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…
Reference in New Issue
Block a user