Removed last traces of »ancient gates«.
This commit is contained in:
parent
01348188d9
commit
67fc0abe9b
2
pom.xml
2
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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>de.craftinc</groupId>
|
||||
<artifactId>AncientGates</artifactId>
|
||||
<artifactId>CraftIncGates</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.1.1</version>
|
||||
|
||||
|
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user