From 6e4feecc850dd24adf75556bc07f51dbb1f42277 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sat, 15 Oct 2022 15:06:02 -0400 Subject: [PATCH] Update phrasing --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 3230522..06adff9 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1457,7 +1457,7 @@ eac_workaround() { if grep "^$eac_hosts" /etc/hosts; then message info "The Easy Anti-Cheat workaround has already been applied.\nYou're all set!" else - message info "The Easy Anti-Cheat workaround has already been applied, but is commented out.\nNo changes have been made, please edit /etc/hosts manually!" + message info "The Easy Anti-Cheat workaround has already been applied, but may be commented out.\nNo changes have been made, please edit /etc/hosts manually." fi return 1 fi