mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-01 07:36:42 +00:00
That's right, Redis is working!
- Fix end date for bans not being correct - Add a lot of debug information - Add ban reasons
This commit is contained in:
@ -12,7 +12,6 @@ import lombok.Setter;
|
||||
@Setter
|
||||
public class Punishment
|
||||
{
|
||||
|
||||
private final UUID punished;
|
||||
private final UUID punisher;
|
||||
|
||||
@ -47,5 +46,4 @@ public class Punishment
|
||||
{
|
||||
return new Gson().fromJson(json, Punishment.class);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user