Remove Sonstiges
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user