Skip to content

Commit

Permalink
Disable global ammo picker until we find alternative solution to usin…
Browse files Browse the repository at this point in the history
…g it (RMB or modifier keys for regular ammo picker)
  • Loading branch information
DarkFenX committed Nov 6, 2014
1 parent 36df687 commit c28e52f
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions gui/builtinContextMenus/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
__all__ = ["openFit", "moduleGlobalAmmoPicker", "moduleAmmoPicker", "itemStats", "damagePattern", "marketJump",
"droneSplit", "itemRemove", "droneRemoveStack", "ammoPattern", "project", "factorReload", "whProjector",
"cargo", "shipJump", "targetResists"]
__all__ = [
"openFit",
#"moduleGlobalAmmoPicker",
"moduleAmmoPicker",
"itemStats",
"damagePattern",
"marketJump",
"droneSplit",
"itemRemove",
"droneRemoveStack",
"ammoPattern",
"project",
"factorReload",
"whProjector",
"cargo",
"shipJump",
"targetResists"
]

0 comments on commit c28e52f

Please sign in to comment.