- Added fence, barrel, trash can, and cardboard boxes to the alleyway.
- Added more light probes to alleyway. - Added round 2 podium reset buttons to admin panel. - Fixed ResetPodium function not having a parameter in PlayerPodiumRound2.
This commit is contained in:
@@ -140,7 +140,7 @@ public class PlayerPodiumRound2 : UdonSharpBehaviour
|
||||
|
||||
public void ResetPodium(bool EnableOwnershipInteract = false)
|
||||
{
|
||||
SendCustomNetworkEvent(NetworkEventTarget.Owner, nameof(ResetPodium_NetworkCallable));
|
||||
SendCustomNetworkEvent(NetworkEventTarget.Owner, nameof(ResetPodium_NetworkCallable), EnableOwnershipInteract);
|
||||
}
|
||||
[NetworkCallable]
|
||||
public void ResetPodium_NetworkCallable(bool EnableOwnershipInteract)
|
||||
|
||||
Reference in New Issue
Block a user