Double negative in rating explanation

This commit is contained in:
Sam 2018-06-21 17:03:34 +01:00 committed by Alexander Meech
parent 34d45d3434
commit a304f6c4a7
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class MapRatingsCommand extends CommandBase<ArcadeManager>
"When map voting has completed the " + F.name("Winning") + " map",
"gains " + F.count("+x") + " rating, where " + F.count("x") + " is the number of other",
"maps in the voting pool. All " + F.name("Remaining") + " maps lose",
F.count("-1") + " rating."
F.count("1") + " rating."
};
public MapRatingsCommand(ArcadeManager plugin)