Refix my fix
This commit is contained in:
parent
8d32d16bff
commit
c5cc394bce
1 changed files with 1 additions and 1 deletions
|
|
@ -1042,7 +1042,7 @@ namespace TShockAPI
|
|||
return;
|
||||
}*/
|
||||
|
||||
if (args.Text.StartsWith(Config.CommandSpecifier) && args.Text.Length > 1)
|
||||
if (args.Text.StartsWith(Config.CommandSpecifier) && !string.IsNullOrWhiteSpace(args.Text.Substring(1)))
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue