Make sure the final menu also gets a footer

This commit is contained in:
cncfanatics
2010-10-20 15:02:51 +02:00
parent c667ecbe36
commit 2ecdda474f

View File

@@ -153,6 +153,8 @@ class ModuleAmmoPicker(ContextMenu):
if defender is not None:
m.AppendItem(self.addCharge(sub, defender))
if sub is not None:
self.addSeperator(sub, "More Damage")
else:
self.charges.sort(key=self.nameSorter)
for charge in self.charges: