We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c6fb9 commit 8cc658bCopy full SHA for 8cc658b
EXILED/Exiled.Loader/Loader.cs
@@ -511,7 +511,7 @@ public IEnumerator<float> Run(Assembly[] dependencies = null)
511
512
EnablePlugins();
513
514
- BuildInfoCommand.ModDescription = string.Join(
+ BuildInfoCommand.ModDescription += string.Join(
515
"\n",
516
AppDomain.CurrentDomain.GetAssemblies()
517
.Where(a => a.FullName.StartsWith("Exiled.", StringComparison.OrdinalIgnoreCase))
0 commit comments