From ec1dd0c7a37d1fa977c8b6e5ad2b5176c4153fbe Mon Sep 17 00:00:00 2001 From: InvalidArgument3 Date: Fri, 14 Jun 2024 18:29:00 -0500 Subject: [PATCH] Update MainSession.cs --- .../Data/Scripts/DynamicAsteroids/MainSession.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dynamic Asteroids/Data/Scripts/DynamicAsteroids/MainSession.cs b/Dynamic Asteroids/Data/Scripts/DynamicAsteroids/MainSession.cs index 4db61cba..ab0c9193 100644 --- a/Dynamic Asteroids/Data/Scripts/DynamicAsteroids/MainSession.cs +++ b/Dynamic Asteroids/Data/Scripts/DynamicAsteroids/MainSession.cs @@ -164,10 +164,10 @@ private void OnMessageReceived(byte[] message) else { Log.Info($"Client: Failed to find asteroid with ID {asteroidMessage.EntityId} for removal"); - foreach (var entity in MyEntities.GetEntities()) - { - Log.Info($"Client: Existing Entity ID: {entity.EntityId}"); - } + //foreach (var entity in MyEntities.GetEntities()) + //{ + // Log.Info($"Client: Existing Entity ID: {entity.EntityId}"); + //} } } else if (asteroidMessage.IsInitialCreation)