mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Revert "hide rearm action for the player"
This reverts commit a2d4de605b
.
This commit is contained in:
parent
27bc1ef3df
commit
6317dccb52
@ -1 +0,0 @@
|
||||
z\ace\addons\norearm
|
@ -1,7 +0,0 @@
|
||||
|
||||
class CfgActions {
|
||||
class None;
|
||||
class Rearm: None {
|
||||
show = 0;
|
||||
};
|
||||
};
|
@ -1,15 +0,0 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
class CfgPatches {
|
||||
class ADDON {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_common"};
|
||||
author[] = {"commy2"};
|
||||
authorUrl = "https://github.com/commy2";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
};
|
||||
|
||||
#include "CfgActions.hpp"
|
@ -1,12 +0,0 @@
|
||||
#define COMPONENT norearm
|
||||
#include "\z\ace\addons\main\script_mod.hpp"
|
||||
|
||||
#ifdef DEBUG_ENABLED_NOREARM
|
||||
#define DEBUG_MODE_FULL
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG_ENABLED_NOREARM
|
||||
#define DEBUG_SETTINGS DEBUG_ENABLED_NOREARM
|
||||
#endif
|
||||
|
||||
#include "\z\ace\addons\main\script_macros.hpp"
|
Loading…
Reference in New Issue
Block a user