Explorar el Código

Update BlackTools.tcl

Lets add m (minutes) to match the legend on https://github.com/tclscripts/BlackTools-TCL/blob/master/BlackTools.tcl#L116 :D
PeGaSuS hace 5 años
padre
commit
6831d6937c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      BlackTools.tcl

+ 1 - 1
BlackTools.tcl

@@ -115,7 +115,7 @@ set black(update_note) "1"
 ###
 #Time interval check (<x>m (minutes), <x>h (hours), <x>d (days))
 
-set black(update_time_check) "60"
+set black(update_time_check) "60m"
 
 ###########################################################################
 #----------------------------- AntiBotIdle -------------------------------#