Fixed rating

This commit is contained in:
boy0001 2015-05-15 19:32:32 +10:00
parent a505065f8f
commit f6fc39d2e2
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<artifactId>PlotSquared</artifactId>
<version>2.11.3</version>
<version>2.11.4</version>
<name>PlotSquared</name>
<packaging>jar</packaging>
<build>

View File

@ -187,7 +187,7 @@ public class Info extends SubCommand {
info = info.replaceAll("%owner%", owner);
info = info.replaceAll("%members%", members);
info = info.replaceAll("%trusted%", trusted);
info = info.replaceAll("%helpers%", trusted);
info = info.replaceAll("%helpers%", members);
info = info.replaceAll("%denied%", denied);
info = info.replaceAll("%flags%", Matcher.quoteReplacement(flags));
info = info.replaceAll("%build%", build + "");