diff --git a/CS_Win_Proton_dowser_patch.sh b/CS_Win_Proton_dowser_patch.sh index 17a517b..5452b16 100644 --- a/CS_Win_Proton_dowser_patch.sh +++ b/CS_Win_Proton_dowser_patch.sh @@ -9,7 +9,6 @@ cd "$CS_LOCATION" PROTON6=false for steam_apps in ./../*/; do if [[ $steam_apps == *"Proton 6"* || $steam_apps == *"Proton - Experimental"* ]]; then - echo "debug" PROTON6=true break fi