Browse Source

updated darkrp message

lrob 10 years ago
parent
commit
213a0d93ae
1 changed files with 2 additions and 5 deletions
  1. 2 5
      functions/command_fastdl.sh

+ 2 - 5
functions/command_fastdl.sh

@@ -242,13 +242,10 @@ fi
 
 
 # Correct content that may be into a lua folder by mistake like some darkrpmodification addons
 # Correct content that may be into a lua folder by mistake like some darkrpmodification addons
 if [ -d "${fastdldir}/lua" ]; then
 if [ -d "${fastdldir}/lua" ]; then
-	fn_printwarn "Typical DarkRP shit detected"
-	sleep 2
-	echo -en "\n"
-	fn_printdots "Fixing DarkRP file structure..."
+	fn_printdots "Typical DarkRP shit detected, fixing"
 	sleep 2
 	sleep 2
 	cp -Rf "${fastdldir}/lua/"* "${fastdldir}"
 	cp -Rf "${fastdldir}/lua/"* "${fastdldir}"
-	fn_printok "Stupid file structure fixed"
+	fn_printok "Stupid DarkRP file structure fixed"
 	sleep 2
 	sleep 2
 	echo -en "\n"
 	echo -en "\n"
 fi
 fi