Fixed an issue where floor markers stop working if a non-owner touches them.
This commit is contained in:
@@ -196,6 +196,7 @@ public class FloorMapMarker : UdonSharpBehaviour
|
||||
_CollidingLocations.Clear();
|
||||
}
|
||||
|
||||
[NetworkCallable]
|
||||
public void Activated(bool SetActive)
|
||||
{
|
||||
Active = SetActive;
|
||||
|
||||
Reference in New Issue
Block a user