revert b1f92c854e5eedea940f101cfc70468af45534ed
no longer needed now that we use PE+ for the miscitems array
This commit is contained in:
parent
f7e2f030c5
commit
bf0a461f77
@ -109,10 +109,7 @@ window.itemListPromise = new Promise(resolve => {
|
|||||||
items.forEach(item => {
|
items.forEach(item => {
|
||||||
if (item.uniqueName in data.badItems) {
|
if (item.uniqueName in data.badItems) {
|
||||||
item.name += " (Imposter)";
|
item.name += " (Imposter)";
|
||||||
} else if (
|
} else if (item.uniqueName.substr(0, 18) != "/Lotus/Types/Game/") {
|
||||||
item.uniqueName.substr(0, 18) != "/Lotus/Types/Game/" &&
|
|
||||||
item.uniqueName.substr(0, 18) != "/Lotus/StoreItems/"
|
|
||||||
) {
|
|
||||||
const option = document.createElement("option");
|
const option = document.createElement("option");
|
||||||
option.setAttribute("data-key", item.uniqueName);
|
option.setAttribute("data-key", item.uniqueName);
|
||||||
option.value = item.name;
|
option.value = item.name;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user