Ver Fonte

修复BUG

xx há 2 anos atrás
pai
commit
e4128309f3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/core/statemanager.cpp

+ 1 - 1
src/core/statemanager.cpp

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