mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08:00
Fixes #334
This commit is contained in:
parent
edbc7d67f1
commit
df50ccfb34
@ -133,7 +133,7 @@ public class FormatUtils {
|
||||
}
|
||||
String formattedTime = StringUtils.remove(builder.toString(), "%zero%");
|
||||
if (formattedTime.isEmpty()) {
|
||||
return Settings.FORMAT_SECONDS.toString().replace("%seconds%", "0");
|
||||
return Settings.FORMAT_SECONDS.toString().replace("%seconds%", "0").replace("%zero%", "0");
|
||||
}
|
||||
return formattedTime;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user