diff --git a/pom.xml b/pom.xml
index 0a64890..631b391 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
de.craftinc
- AncientGates
+ CraftIncGates
jar
1.1.1
diff --git a/src/de/craftinc/gates/commands/CommandHelp.java b/src/de/craftinc/gates/commands/CommandHelp.java
index 4cfac6d..759f97c 100644
--- a/src/de/craftinc/gates/commands/CommandHelp.java
+++ b/src/de/craftinc/gates/commands/CommandHelp.java
@@ -44,7 +44,7 @@ public class CommandHelp extends BaseCommand
}
}
- sendMessage(TextUtil.titleize("AncientGates Help ("+page+"/"+helpPages.size()+")"));
+ sendMessage(TextUtil.titleize("Craft Inc. Gates Help ("+page+"/"+helpPages.size()+")"));
page -= 1;
if (page < 0 || page >= helpPages.size())