Skip to content

Commit e09301c

Browse files
author
Ramon Melo
committed
FIXED: Correct scene on Sample
1 parent 313f6fd commit e09301c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClickToMove/ClickToMoveCallbacks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using UnityEngine;
22
using System.Collections;
33

4-
[BoltGlobalBehaviour(BoltNetworkModes.Server, "clickToMoveServerAuth")]
4+
[BoltGlobalBehaviour(BoltNetworkModes.Server, "ClickToMoveServerAuth")]
55
public class ClickToMoveCallbacks : Bolt.GlobalEventListener
66
{
77

0 commit comments

Comments
 (0)