Fixing missing time information
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
318a88bd51
Commit
e352862c5e
@ -60,7 +60,7 @@ public class FightScoreboard {
|
|||||||
|
|
||||||
private static void generalScoreboard(){
|
private static void generalScoreboard(){
|
||||||
objective.setDisplayName("§6Kampf");
|
objective.setDisplayName("§6Kampf");
|
||||||
if (Config.Timeout || Config.Points) {
|
if (Config.Timeout || Config.Points || Config.HeartRatioTimeout) {
|
||||||
int fightTime = FightSystem.getFightTime();
|
int fightTime = FightSystem.getFightTime();
|
||||||
if (fightTime >= 60)
|
if (fightTime >= 60)
|
||||||
objective.getScore("§7Zeit: §a" + fightTime / 60 + "m " + fightTime % 60 + "s").setScore(3);
|
objective.getScore("§7Zeit: §a" + fightTime / 60 + "m " + fightTime % 60 + "s").setScore(3);
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren