xx 2 lat temu
rodzic
commit
62cab9a254
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/core/statemanager.cpp

+ 1 - 1
src/core/statemanager.cpp

@@ -115,7 +115,7 @@ bool state_manager::run()
 {
 {
 	if (m_lib_detecter.changed())
 	if (m_lib_detecter.changed())
 		m_flag++;
 		m_flag++;
-	system::sleep_msec(3000);
+	system::sleep_msec(sConfig->scripts.auto_update_sec);
 	return true;
 	return true;
 }
 }