Skip to content

Commit 8fecca1

Browse files
Update HelpCommand.cs
1 parent 306aabe commit 8fecca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/Plugin/Commands/HelpSystem/HelpCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ private static string GetMethodList()
424424
}
425425

426426
var sb = new StringBuilder($"Hi! There are {methods.Length} methods available for your use!\n");
427-
sb.AppendLine("If a method has [rets], it means that this method returns a value.");
427+
sb.AppendLine($"If a method has {retsSuffix.TrimStart()}, it means that this method returns a value.");
428428
sb.AppendLine("If you want to get specific information about a given method, just do 'serhelp <MethodName>'!");
429429

430430
foreach (var kvp in methodsByCategory.Reverse())

0 commit comments

Comments
 (0)