Add empty default for extra internal slot (sidewinder, imp eagle, eagle)

This commit is contained in:
Colin McLeod
2015-12-18 01:04:29 -08:00
parent 4dd73a71a7
commit bb316e77b2
3 changed files with 6 additions and 3 deletions

View File

@@ -59,7 +59,8 @@
"internal": [ "internal": [
"44", "44",
"00", "00",
"2h" "2h",
0
] ]
} }
} }

View File

@@ -59,7 +59,8 @@
"internal": [ "internal": [
"44", "44",
"00", "00",
"2h" "2h",
0
] ]
} }
} }

View File

@@ -59,7 +59,8 @@
"internal": [ "internal": [
"3v", "3v",
"01", "01",
"2h" "2h",
0
] ]
} }
} }