Fastroping - Fix 3den default value (#6642)

Close #5550
This commit is contained in:
PabstMirror 2018-10-16 12:24:41 -05:00 committed by GitHub
parent 50e233c22c
commit 52abed1d07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
expression = QUOTE(if (_value) then {[_this] call FUNC(equipFRIES)}); \
typeName = "BOOL"; \
condition = "objectVehicle"; \
defaultValue = false; \
defaultValue = "(false)"; \
}; \
}