diff --git a/CyanEmu/Scripts/VRCSDK3/CyanEmuUdonHelper.cs b/CyanEmu/Scripts/VRCSDK3/CyanEmuUdonHelper.cs index 737be19..f0fad1f 100644 --- a/CyanEmu/Scripts/VRCSDK3/CyanEmuUdonHelper.cs +++ b/CyanEmu/Scripts/VRCSDK3/CyanEmuUdonHelper.cs @@ -85,7 +85,7 @@ public float GetProximity() public bool CanInteract() { - return udonbehaviour_.HasInteractiveEvents; + return udonbehaviour_.IsInteractive; } public string GetInteractText()