Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
Update ToggUltimaRemote.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
DrakenStark authored Jul 31, 2021
1 parent 0fa455b commit 4b89b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ToggUltima Suite Scripts/ToggUltimaRemote.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class ToggUltimaRemote : UdonSharpBehaviour

private void OnEnable()
{
if(!activateOnInteract) {
if(!_activateOnInteract) {
this.DisableInteractive = true;
}

Expand Down Expand Up @@ -56,4 +56,4 @@ private void _activationCheck(bool _activationMethod)
Debug.LogWarning("No Object was set or found to remotely activate.", gameObject);
}
}
}
}

0 comments on commit 4b89b81

Please sign in to comment.