More of & -> &&

I. Am. Dumb.
This commit is contained in:
Simon311 2013-10-08 11:03:54 +04:00
parent 0878900ea5
commit b97ae242cd

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
{