This commit is contained in:
@@ -18,9 +18,9 @@ const primaries = [
|
||||
|
||||
const items = []
|
||||
|
||||
warframes.forEach((name) => {
|
||||
items.push(new Warframe(name))
|
||||
})
|
||||
// warframes.forEach((name) => {
|
||||
// items.push(new Warframe(name))
|
||||
// })
|
||||
|
||||
primaries.forEach((name) => {
|
||||
items.push(new Primary(name))
|
||||
|
||||
Reference in New Issue
Block a user