소스 검색

Back to normal speed detection

Mihawk 12 년 전
부모
커밋
9537cc1b0c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Client.cpp

+ 2 - 2
Client.cpp

@@ -526,8 +526,8 @@ void Client::setAutoDetectSP(bool autoDetect)
 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 void Client::spDetection()
 {
-  //scheduleCmd("say s-p", 2000);
-  say("s-p");
+  scheduleCmd("say s-p", 2000);
+//  say("s-p");
 }
 
 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -