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 1686611 commit ab6bcdaCopy full SHA for ab6bcda
MethodSystem/Methods/ServerMethods/CommandMethod.cs
@@ -4,6 +4,7 @@
4
using SER.Helpers.Extensions;
5
using SER.MethodSystem.BaseMethods;
6
using SER.MethodSystem.MethodDescriptors;
7
+using SER.VariableSystem.Variables;
8
using Console = GameCore.Console;
9
10
namespace SER.MethodSystem.Methods.ServerMethods;
@@ -21,7 +22,7 @@ public string AdditionalDescription
21
22
new TextArgument("command"),
23
new PlayerArgument("sender")
24
{
- DefaultValue = null
25
+ DefaultValue = new(null, "unspecified")
26
}
27
];
28
0 commit comments