Fixed multiple server handling for rank command, without this the rank was global, and did not limit the rank to the server

defined the name table name for AUserInAServer
This commit is contained in:
Sheldan
2020-06-19 00:36:41 +02:00
parent 19a7d09576
commit 8acd4f818d
4 changed files with 9 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ import java.time.Instant;
import java.util.Objects;
@Entity
@Table(name = "user_in_server")
@Getter
@Builder
@Setter