mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Issue was: A. with locality, we were checking the wrong vehicle in one instance and B. with variable names, since we called local_setFuel and _vehicle was private already from the calling script we ran into an issue with duplicate variables causing the command to fail. local_setFuel doesnt really need any local variable so I removed them and this fixed the issue (script filters may need to be adjusted accordingly)
42 B
42 B