mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-22 21:20:40 +00:00
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:
@@ -9,6 +9,7 @@ import java.time.Instant;
|
||||
import java.util.Objects;
|
||||
|
||||
@Entity
|
||||
@Table(name = "user_in_server")
|
||||
@Getter
|
||||
@Builder
|
||||
@Setter
|
||||
|
||||
Reference in New Issue
Block a user