More of & -> &&
I. Am. Dumb.
This commit is contained in:
parent
0878900ea5
commit
b97ae242cd
1 changed files with 1 additions and 1 deletions
|
|
@ -946,7 +946,7 @@ namespace TShockAPI
|
||||||
return;
|
return;
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
if (args.Text.StartsWith("/") & args.Text.Length > 1)
|
if (args.Text.StartsWith("/") && args.Text.Length > 1)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue