This commit is contained in:
okx-code
2021-08-03 03:09:26 +01:00
parent e971b0da48
commit 446a38aacd
@@ -112,6 +112,7 @@ public class RankupHelper {
.replaceRank(rank)
.replaceKey(Variable.SECONDS.toString(), cooldownSeconds)
.replaceKey(Variable.SECONDS_LEFT.toString(), secondsLeft)
.replaceKey(Variable.SECONDS_LEFT.toString().toLowerCase(), secondsLeft)
.send(player);
return true;
}