From 67fc0abe9bdad2a5b60055005b9978bb0c1b8f6b Mon Sep 17 00:00:00 2001 From: Tobias Ottenweller Date: Sat, 9 Feb 2013 15:52:45 +0100 Subject: [PATCH] =?UTF-8?q?Removed=20last=20traces=20of=20=C2=BBancient=20?= =?UTF-8?q?gates=C2=AB.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- src/de/craftinc/gates/commands/CommandHelp.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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())