Explorar o código

updated darkrp message

lrob %!s(int64=10) %!d(string=hai) anos
pai
achega
213a0d93ae
Modificáronse 1 ficheiros con 2 adicións e 5 borrados
  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
 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
 	cp -Rf "${fastdldir}/lua/"* "${fastdldir}"
-	fn_printok "Stupid file structure fixed"
+	fn_printok "Stupid DarkRP file structure fixed"
 	sleep 2
 	echo -en "\n"
 fi