geforkt von SteamWar/BungeeCore
Fixing Typo
Dieser Commit ist enthalten in:
Ursprung
d2db4af4eb
Commit
df5b40020a
@ -139,7 +139,7 @@ public class Punishment {
|
|||||||
|
|
||||||
public String getBantime(Timestamp endTime, boolean perma) {
|
public String getBantime(Timestamp endTime, boolean perma) {
|
||||||
if(perma)
|
if(perma)
|
||||||
return "Permanent";
|
return "permanent";
|
||||||
else
|
else
|
||||||
return endTime.toLocalDateTime().format(DateTimeFormatter.ofPattern("dd.MM.yyyy HH:mm"));
|
return endTime.toLocalDateTime().format(DateTimeFormatter.ofPattern("dd.MM.yyyy HH:mm"));
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren