소스 검색

Faster s-p detection.

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

+ 2 - 1
Client.cpp

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