Skip to content

Commit

Permalink
Update MainSession.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
InvalidArgument3 committed Jun 14, 2024
1 parent 4136453 commit ec1dd0c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ec1dd0c

Please sign in to comment.