mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
ModuleManager patch order change
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
// - Delta-Deluxe Winglet (winglet3)
|
||||
|
||||
//Basic Fin
|
||||
@PART[basicFin]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[basicFin]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -23,7 +23,7 @@
|
||||
}
|
||||
|
||||
// AV-R8 Winglet
|
||||
@PART[R8winglet]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[R8winglet]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -42,7 +42,7 @@
|
||||
}
|
||||
|
||||
// AV-T1 Winglet
|
||||
@PART[winglet]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[winglet]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -59,7 +59,7 @@
|
||||
}
|
||||
|
||||
// Delta-Deluxe Winglet
|
||||
@PART[winglet3]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
@PART[winglet3]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user