Fix #67
This commit is contained in:
@@ -112,6 +112,7 @@ public class RankupHelper {
|
|||||||
.replaceRank(rank)
|
.replaceRank(rank)
|
||||||
.replaceKey(Variable.SECONDS.toString(), cooldownSeconds)
|
.replaceKey(Variable.SECONDS.toString(), cooldownSeconds)
|
||||||
.replaceKey(Variable.SECONDS_LEFT.toString(), secondsLeft)
|
.replaceKey(Variable.SECONDS_LEFT.toString(), secondsLeft)
|
||||||
|
.replaceKey(Variable.SECONDS_LEFT.toString().toLowerCase(), secondsLeft)
|
||||||
.send(player);
|
.send(player);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user