mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
[ci skip] Manually build vueui and fix guntracker responsiveness
This commit is contained in:
@@ -66,13 +66,17 @@
|
||||
if("setauto")
|
||||
if(P)
|
||||
P.set_mode(WIRELESS_PIN_AUTOMATIC)
|
||||
SSvueui.check_uis_for_change(src)
|
||||
if("setdisable")
|
||||
if(P)
|
||||
P.set_mode(WIRELESS_PIN_DISABLED)
|
||||
SSvueui.check_uis_for_change(src)
|
||||
if("setstun")
|
||||
if(P)
|
||||
P.set_mode(WIRELESS_PIN_STUN)
|
||||
SSvueui.check_uis_for_change(src)
|
||||
if("setlethal")
|
||||
if(P)
|
||||
P.set_mode(WIRELESS_PIN_LETHAL)
|
||||
SSvueui.check_uis_for_change(src)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user