Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
leonardosnt committed Jul 19, 2016
1 parent add940f commit e1c03db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Configuration/TextCommands.cs
Expand Up @@ -34,15 +34,15 @@ public class TextCommands : JsonConfig {
public override void LoadDefaults() {
Commands.Add(new TextCommandData {
Name = "rules",
Text = new string[] {
Text = new [] {
"<cyan>Be Respectful.",
"<cyan>Don't use cheats.",
"<cyan>Have fun :D"
}
});
Commands.Add(new TextCommandData {
Name = "website",
Text = new string[] {
Text = new [] {
"<cyan>Our website: github.com/uEssentials"
}
});
Expand Down

0 comments on commit e1c03db

Please sign in to comment.