Daniel Gibbs 6 năm trước cách đây
mục cha
commit
1291bfd98b

+ 1 - 1
lgsm/functions/check_logs.sh

@@ -15,7 +15,7 @@ fn_check_logs(){
 }
 }
 
 
 # Create directories for the script and console logs.
 # Create directories for the script and console logs.
-if [ ! -d "${lgsmlogdir}" ]||[ ! -d "${consolelogdir}" ]&&[ "${shortname}" != "ts3" ]; then
+if [ ! -d "${lgsmlogdir}" ]||[ ! -d "${consolelogdir}" ]; then
 	fn_check_logs
 	fn_check_logs
 fi
 fi
 
 

+ 1 - 1
lgsm/functions/command_postdetails.sh

@@ -67,7 +67,7 @@ else
 		fn_info_message_script
 		fn_info_message_script
 		fn_info_message_backup
 		fn_info_message_backup
 		# Some game servers do not have parms.
 		# Some game servers do not have parms.
-		if [ "${shortname}" != "ts3" ]&&[ "${shortname}" != "jc2" ]&&[ "${shortname}" != "jc3" ]&&[ "${shortname}" != "dst" ]&&[ "${shortname}" != "pz" ]&&[ "${engine}" != "renderware" ]; then
+		if [ "${shortname}" != "jc2" ]&&[ "${shortname}" != "jc3" ]&&[ "${shortname}" != "dst" ]&&[ "${shortname}" != "pz" ]&&[ "${engine}" != "renderware" ]; then
 			fn_parms
 			fn_parms
 			fn_info_message_commandlineparms
 			fn_info_message_commandlineparms
 		fi
 		fi