Double negative in rating explanation
This commit is contained in:
parent
34d45d3434
commit
a304f6c4a7
@ -29,7 +29,7 @@ public class MapRatingsCommand extends CommandBase<ArcadeManager>
|
|||||||
"When map voting has completed the " + F.name("Winning") + " map",
|
"When map voting has completed the " + F.name("Winning") + " map",
|
||||||
"gains " + F.count("+x") + " rating, where " + F.count("x") + " is the number of other",
|
"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",
|
"maps in the voting pool. All " + F.name("Remaining") + " maps lose",
|
||||||
F.count("-1") + " rating."
|
F.count("1") + " rating."
|
||||||
};
|
};
|
||||||
|
|
||||||
public MapRatingsCommand(ArcadeManager plugin)
|
public MapRatingsCommand(ArcadeManager plugin)
|
||||||
|
Loading…
Reference in New Issue
Block a user