Skip to content

Commit 8cc658b

Browse files
authored
fix: Append ModDescription not override it (#716)
Append ModDescription not override it
1 parent 53c6fb9 commit 8cc658b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EXILED/Exiled.Loader/Loader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ public IEnumerator<float> Run(Assembly[] dependencies = null)
511511

512512
EnablePlugins();
513513

514-
BuildInfoCommand.ModDescription = string.Join(
514+
BuildInfoCommand.ModDescription += string.Join(
515515
"\n",
516516
AppDomain.CurrentDomain.GetAssemblies()
517517
.Where(a => a.FullName.StartsWith("Exiled.", StringComparison.OrdinalIgnoreCase))

0 commit comments

Comments
 (0)