Remove Sonstiges

This commit is contained in:
VegaZ
2021-04-17 02:04:55 +02:00
parent c823dab9e0
commit 16087f0bc2

View File

@@ -35,12 +35,12 @@ export default function ammunation(globalData: IGlobalData) {
}
break;
}
case 9: { //Sonstiges (Armor / Fallschirm)
/*case 9: { //Sonstiges (Armor / Fallschirm)
var otherItem = new MenuItem("Sonstiges", "Schutzwesten, Fallschirme...",);
menu.AddItem(otherItem);
menu.BindMenuToItem(getWeaponsFromCategory(menu, c, "Sonstiges"), otherItem);
break;
}
}*/
}
}
menu.Open();