|
|
@@ -259,8 +259,8 @@ public class AimHandler : MonoBehaviour
|
|
|
AutoResetView.DoIdentity();
|
|
|
}
|
|
|
} else if (bytes[0] == 0x66 && bytes[1] == 0x32) {
|
|
|
- if (SB_EventSystem.ins) {
|
|
|
- // if (SB_EventSystem.ins && !CommonConfig.SpecialVersion1) {
|
|
|
+ // if (SB_EventSystem.ins) {
|
|
|
+ if (SB_EventSystem.ins && !CommonConfig.SpecialVersion1) {
|
|
|
//唤起/隐藏虚拟鼠标
|
|
|
SB_EventSystem.ins.AwakenSimulateMouse();
|
|
|
}
|