Browse Source

Faster s-p detection.

Mihawk 12 years ago
parent
commit
106b69754c
1 changed files with 2 additions and 1 deletions
  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");
 }
 
 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -