Fixed the installation of Counter-Strike 1.6 (#54)

This commit is contained in:
Sergei Solovev 2024-09-18 23:59:36 +03:00 committed by GitHub
parent decfdee6f0
commit 3bfdb49e2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -799,7 +799,7 @@ EOF
case $game_choice in case $game_choice in
1) 1)
crmp_menu() { cs16_menu() {
while true; do while true; do
clear clear
mkdir -p /path/cs /path/update/cs /path/maps/cs /servers/cs 2>&1 | sudo tee -a "$logsInst" > /dev/null mkdir -p /path/cs /path/update/cs /path/maps/cs /servers/cs 2>&1 | sudo tee -a "$logsInst" > /dev/null
@ -826,6 +826,8 @@ EOF
esac esac
done done
} }
cs16_menu
;; ;;
2) 2)
cssold_menu() { cssold_menu() {