소스 검색

UT2K4server: Fixed CD key not working

CD key was not inserting in to the cdkey file. Fixed this
Daniel Gibbs 12 년 전
부모
커밋
b06abed691
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      UnrealTournament2004/ut2k4server

+ 1 - 1
UnrealTournament2004/ut2k4server

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