commit
295a0b2ec1
1 changed files with 1 additions and 1 deletions
|
|
@ -946,7 +946,7 @@ namespace TShockAPI
|
|||
return;
|
||||
}*/
|
||||
|
||||
if (args.Text.StartsWith("/") & args.Text.Length > 1)
|
||||
if (args.Text.StartsWith("/") && args.Text.Length > 1)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue