2
0
woollybah 6 жил өмнө
parent
commit
b89d9507e6
1 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  1. 3 1
      bmk_config.bmx

+ 3 - 1
bmk_config.bmx

@@ -686,7 +686,9 @@ Function ParseApplicationIniFile:TMap()
 	Next
 	
 	If Not found Then
-		Print "Using defaults."
+		If opt_verbose Then
+			Print "Using defaults."
+		End If
 		Return DefaultApplicationSettings()
 	End If