Fix UserPerm
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Lixfel 2023-08-29 21:40:52 +02:00
Ursprung 4c008bc282
Commit 72ebfec1a5

Datei anzeigen

@ -80,7 +80,7 @@ public enum UserPerm {
}
@AllArgsConstructor
private static class UserPermTable {
public static class UserPermTable {
@Field(keys = {Table.PRIMARY})
private final int user;
@Field(keys = {Table.PRIMARY})