From b97ae242cda53d49e3801ddab78373865017e700 Mon Sep 17 00:00:00 2001 From: Simon311 Date: Tue, 8 Oct 2013 11:03:54 +0400 Subject: [PATCH] More of & -> && I. Am. Dumb. --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index e495409a..2de0913a 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -946,7 +946,7 @@ namespace TShockAPI return; }*/ - if (args.Text.StartsWith("/") & args.Text.Length > 1) + if (args.Text.StartsWith("/") && args.Text.Length > 1) { try {