Merge pull request #637 from simon311/general-devel

More of & -> &&
This commit is contained in:
k0rd 2013-10-08 00:10:47 -07:00
commit 295a0b2ec1

View file

@ -946,7 +946,7 @@ namespace TShockAPI
return;
}*/
if (args.Text.StartsWith("/") & args.Text.Length > 1)
if (args.Text.StartsWith("/") && args.Text.Length > 1)
{
try
{