Ver Fonte

added csgo fix

Daniel Gibbs há 11 anos atrás
pai
commit
43655e2fc2
1 ficheiros alterados com 4 adições e 0 exclusões
  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}:")