Fixed typo

This commit is contained in:
RogueException
2016-01-08 18:19:04 -04:00
parent dc912d5d93
commit da1721b4e7

View File

@@ -8,7 +8,7 @@
{ {
if (user.Server == null) if (user.Server == null)
{ {
error = "This command can't be run in n a private chat."; error = "This command can't be run in a private chat.";
return false; return false;
} }
else else