ACE3/addons/reload/ACE_UI.hpp
PabstMirror cff86c35ba Fix ammo count hidden in UAVs (#5222)
* Fix ammo count hidden in UAVs

* Switch to ace_reload condition
2017-05-31 08:39:32 -05:00

8 lines
149 B
C++

class ACE_UI {
class ammoCount {
class conditions {
ADDON = "cameraOn == (getConnectedUAV ACE_player)";
};
};
};