This commit is contained in:
John Detter
2024-10-03 18:48:13 -05:00
parent 83ad567c3e
commit e430956dfb
2 changed files with 0 additions and 2 deletions
@@ -136,7 +136,6 @@ public class PlayerController : MonoBehaviour
if (IsLocalPlayer() && Input.GetKeyDown(KeyCode.Space))
{
GameManager.conn.RemoteReducers.PlayerSplit();
Debug.LogWarning("Player Split!");
}
if (IsLocalPlayer() && previousCameraSize.HasValue)
@@ -17,7 +17,6 @@ public class UIUsernameChooser : MonoBehaviour
{
GameManager.conn.RemoteTables.player.OnInsert += (ctx, newPlayer) =>
{
Debug.Log("Start - Checking identity");
if (newPlayer.Identity == GameManager.localIdentity)
{
// We have a player