mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix method
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
// - LT-2 Landing Strut (landingLeg1-2)
|
||||
|
||||
// LT-05 Micro Landing Strut
|
||||
@PART[miniLandingLeg]:HAS[#RestockIgnore[False]]
|
||||
@PART[miniLandingLeg]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
@ -104,7 +104,7 @@
|
||||
}
|
||||
|
||||
// LT-1 Landing Strut
|
||||
@PART[landingLeg1]:HAS[#RestockIgnore[False]]
|
||||
@PART[landingLeg1]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
@ -135,7 +135,7 @@
|
||||
}
|
||||
|
||||
// LT-2 Landing Strut
|
||||
@PART[landingLeg1-2]:HAS[#RestockIgnore[False]]
|
||||
@PART[landingLeg1-2]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
|
Reference in New Issue
Block a user