Fixed an issue where floor markers stop working if a non-owner touches them.

This commit is contained in:
2025-07-16 02:03:22 -04:00
parent 2f6a6a37d0
commit 3f858ed7d2
10 changed files with 51 additions and 35 deletions
+1
View File
@@ -196,6 +196,7 @@ public class FloorMapMarker : UdonSharpBehaviour
_CollidingLocations.Clear();
}
[NetworkCallable]
public void Activated(bool SetActive)
{
Active = SetActive;