From 5d573f6f8d6ea5604968386ae04033837d4e473b Mon Sep 17 00:00:00 2001 From: Kyle Johnsen Date: Wed, 5 Jan 2022 01:31:55 -0500 Subject: [PATCH] changed to medium frame size --- .../Assets/VelGameServer/Example/PlayerController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }