Ver Fonte

Default to console if nothing else selected.

woollybah há 6 anos atrás
pai
commit
035997cb21
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      maxide.bmx

+ 5 - 0
maxide.bmx

@@ -5820,6 +5820,11 @@ Type TCodePlay
 					'syncmodsreq.FromString b$
 			End Select
 		Wend
+		
+		If Not guienabled And Not makelibenabled Then
+			consoleenabled = True
+		End If
+		
 		stream.close()		
 	End Method