From e1c03db5c2c2bd9b835391e23b995d0340666f36 Mon Sep 17 00:00:00 2001 From: Leonardo Santos Date: Tue, 19 Jul 2016 00:49:07 -0200 Subject: [PATCH] Update --- src/Configuration/TextCommands.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Configuration/TextCommands.cs b/src/Configuration/TextCommands.cs index 548a1b45..a4ee9b1a 100644 --- a/src/Configuration/TextCommands.cs +++ b/src/Configuration/TextCommands.cs @@ -34,7 +34,7 @@ public class TextCommands : JsonConfig { public override void LoadDefaults() { Commands.Add(new TextCommandData { Name = "rules", - Text = new string[] { + Text = new [] { "Be Respectful.", "Don't use cheats.", "Have fun :D" @@ -42,7 +42,7 @@ public class TextCommands : JsonConfig { }); Commands.Add(new TextCommandData { Name = "website", - Text = new string[] { + Text = new [] { "Our website: github.com/uEssentials" } });