Browse Source

Back to normal speed detection

Mihawk 12 năm trước cách đây
mục cha
commit
9537cc1b0c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Client.cpp

+ 2 - 2
Client.cpp

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