mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixed config duplicate entry
This commit is contained in:
@ -60,7 +60,6 @@ class ACE_Medical_Actions {
|
|||||||
callbackSuccess = QUOTE([ARR_3(_this select 0, _this select 1, true)] call DFUNC(actionCarryUnit));
|
callbackSuccess = QUOTE([ARR_3(_this select 0, _this select 1, true)] call DFUNC(actionCarryUnit));
|
||||||
callbackFailure = "";
|
callbackFailure = "";
|
||||||
callbackProgress = "";
|
callbackProgress = "";
|
||||||
animationPatient = "";
|
|
||||||
itemConsumed = 0;
|
itemConsumed = 0;
|
||||||
animationPatient = "";
|
animationPatient = "";
|
||||||
animationCaller = "";
|
animationCaller = "";
|
||||||
@ -235,7 +234,6 @@ class ACE_Medical_Actions {
|
|||||||
callbackSuccess = QUOTE([ARR_3(_this select 0, _this select 1, true)] call DFUNC(actionCarryUnit));
|
callbackSuccess = QUOTE([ARR_3(_this select 0, _this select 1, true)] call DFUNC(actionCarryUnit));
|
||||||
callbackFailure = "";
|
callbackFailure = "";
|
||||||
callbackProgress = "";
|
callbackProgress = "";
|
||||||
animationPatient = "";
|
|
||||||
itemConsumed = 0;
|
itemConsumed = 0;
|
||||||
animationPatient = "";
|
animationPatient = "";
|
||||||
animationCaller = "";
|
animationCaller = "";
|
||||||
|
Reference in New Issue
Block a user