diff --git a/TestVelGameServer/Assets/VelGameServer/Example/PlayerController.cs b/TestVelGameServer/Assets/VelGameServer/Example/PlayerController.cs index 4228b46..f733c35 100644 --- a/TestVelGameServer/Assets/VelGameServer/Example/PlayerController.cs +++ b/TestVelGameServer/Assets/VelGameServer/Example/PlayerController.cs @@ -80,7 +80,7 @@ public class PlayerController : NetworkObject, Dissonance.IDissonancePlayer } else { - Debug.Log("here"); + comms.playerStartedSpeaking(dissonanceID); isSpeaking = true; }