1

initial group log

This commit is contained in:
Christoph
2020-04-17 14:55:43 +02:00
parent 8097cbfaf3
commit 0bb0b4594f
21 changed files with 147 additions and 11 deletions

View File

@ -36,6 +36,11 @@ public class SetLimitEvent extends Event {
log.trace("\t\t\t\t\tNeues UserLimit: {}", group.getLimit());
}
@Override
public String format() {
return "Benutzerlimit gesetzt: " + limit + ".";
}
@Override
public String type() {
return EventType.SETLIMIT.toString();