浏览代码

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");
 }
 
 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -