Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
You don't belong here
Browse files Browse the repository at this point in the history
  • Loading branch information
misandrie committed Nov 10, 2023
1 parent 1d74c28 commit 3783bc6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Marsey/GameAssemblyManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,5 @@ public static void GetGameAssemblies(out Assembly? clientAss, out Assembly? robu
}
else
Utility.Log(Utility.LogType.INFO, "Received assemblies.");

foreach (var asm in AppDomain.CurrentDomain.GetAssemblies())
{
Console.WriteLine(asm.FullName);
}
}
}

0 comments on commit 3783bc6

Please sign in to comment.