mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Prevent ace_vehiclelock from overwritting mainaction distance
This commit is contained in:
parent
71477f820a
commit
716eb72d16
@ -1,8 +1,5 @@
|
||||
#define MACRO_LOCK_ACTIONS \
|
||||
class ACE_MainActions { \
|
||||
selection = ""; \
|
||||
distance = 5; \
|
||||
condition = "true"; \
|
||||
class ACE_unlockVehicle { \
|
||||
displayName = "$STR_ACE_Vehicle_Action_UnLock"; \
|
||||
distance = 4; \
|
||||
|
Loading…
Reference in New Issue
Block a user