Removed last traces of »ancient gates«.

This commit is contained in:
Tobias Ottenweller 2013-02-09 15:52:45 +01:00
parent 01348188d9
commit 67fc0abe9b
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.craftinc</groupId>
<artifactId>AncientGates</artifactId>
<artifactId>CraftIncGates</artifactId>
<packaging>jar</packaging>
<version>1.1.1</version>

View File

@ -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())