diff --git a/games/arma3/entrypoint.sh b/games/arma3/entrypoint.sh index 3c0137d..d3f5282 100644 --- a/games/arma3/entrypoint.sh +++ b/games/arma3/entrypoint.sh @@ -197,7 +197,7 @@ sleep 1 cd ${HOME} || exit 1 # Check for old Eggs -if [[ -z ${STEAMCMD_BETAID} ]]; then # STEAMCMD_BETAID was not in the previous version +if [[ -z ${PARAM_NOLOGS} ]]; then # PARAM_NOLOGS was not in the previous version echo -e "\n${RED}[STARTUP_ERR]: Please contact your administrator/host for support, and give them the following message:${NC}\n" echo -e "\t${CYAN}Your Arma 3 Egg is outdated and no longer supported.${NC}" echo -e "\t${CYAN}Please download the latest version at the following link, and install it in your panel:${NC}"