Browse Source

Merge branch 'master' of http://81.70.224.233:10080/yichael/SmartBow

yichael 4 years ago
parent
commit
a01b5d8ef7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Assets/BowArrow/Scripts/Bluetooth/ShootCheck.cs

+ 1 - 1
Assets/BowArrow/Scripts/Bluetooth/ShootCheck.cs

@@ -131,7 +131,7 @@ public class ShootCheck : MonoBehaviour
                 if (ArmBow.ins != null)
                 {
                     ArmBow.ins.ADS_fire();   
-                    webSocket.Send(str);     
+                    // webSocket.Send(str);    
                 }
             }
         }