Explorar el Código

added csgo fix

Daniel Gibbs hace 11 años
padre
commit
43655e2fc2
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      functions/fn_startserver

+ 4 - 0
functions/fn_startserver

@@ -7,6 +7,10 @@
 fn_rootcheck
 fn_syscheck
 fn_autoip
+if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then
+	startfix=1
+	fn_csgofix
+fi
 fn_parms
 fn_logmanager
 tmuxwc=$(tmux list-sessions 2>&1|awk '{print $1}'|grep -v failed|grep -Ec "^${servicename}:")