From e0aa9cdd72cda2a8086b8f0bedf3a815250e9eec Mon Sep 17 00:00:00 2001 From: Goaty1208 <93077779+Goaty1208@users.noreply.github.com> Date: Tue, 18 Feb 2025 18:21:49 +0100 Subject: [PATCH] Fixed "Arma should be started first!" Updated to include new Arma process name for performance branch. --- Arma3Helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arma3Helper.sh b/Arma3Helper.sh index 2e60fb3..4a0588a 100755 --- a/Arma3Helper.sh +++ b/Arma3Helper.sh @@ -140,7 +140,7 @@ fi if [[ -z $* ]]; then # Check if TS is installed _checkpath "$TSPATH" "TeamSpeak" - if ! pgrep -i arma3.exe && ! pgrep -i arma3_x64.exe ; then + if ! pgrep -i arma3.exe && ! pgrep -i arma3_x64.exe && ! pgrep -i Arma3BattleEye.exe; then echo -e "\e[31mArma should be started first!\e[0m \n" exit 1 fi