Prevent ace_vehiclelock from overwritting mainaction distance

This commit is contained in:
Nicolás Badano 2015-03-01 19:35:18 -03:00
parent 71477f820a
commit 716eb72d16

View File

@ -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; \