Explorar el Código

UT2K4server: Fixed CD key not working

CD key was not inserting in to the cdkey file. Fixed this
Daniel Gibbs hace 12 años
padre
commit
b06abed691
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      UnrealTournament2004/ut2k4server

+ 1 - 1
UnrealTournament2004/ut2k4server

@@ -655,7 +655,7 @@ echo "================================="
 	echo "Once you have the key enter it below"
 	echo "Once you have the key enter it below"
 	echo -n "KEY: "
 	echo -n "KEY: "
 	read CODE
 	read CODE
-	echo ""\""CDKey"\""="\""${CODE}"\""" > ${systemdir}/cdkey > /dev/null 2>&1
+	echo ""\""CDKey"\""="\""${CODE}"\""" > ${systemdir}/cdkey
 	fn_header
 	fn_header
 echo "Configuring ${gamename} Server"
 echo "Configuring ${gamename} Server"
 echo "================================="
 echo "================================="