Explorar o código

Revert "ET now bypasses IP check"

This reverts commit 44f3a7018c1889cee6b36e95e0aa795c55756187.
Daniel Gibbs %!s(int64=9) %!d(string=hai) anos
pai
achega
947e6114d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lgsm/functions/check_ip.sh

+ 1 - 1
lgsm/functions/check_ip.sh

@@ -8,7 +8,7 @@
 local commandname="CHECK"
 local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
 
-if [ "${gamename}" != "TeamSpeak 3" ] && [ "${gamename}" != "Mumble" ] && [ "${gamename}" != "Wolfenstein: Enemy Territory" ]; then
+if [ "${gamename}" != "TeamSpeak 3" ] && [ "${gamename}" != "Mumble" ]; then
 	if [ ! -f "/bin/ip" ]; then
 		ipcommand="/sbin/ip"
 	else