forked from Fascinated/Bat
add a basic event system to clean up scoresaber score receiving
This commit is contained in:
@ -13,9 +13,9 @@ import java.util.List;
|
||||
* @author Fascinated (fascinated7)
|
||||
*/
|
||||
@Getter @Setter
|
||||
public class ScoreSaberScoreFeedProfile extends Profile {
|
||||
public ScoreSaberScoreFeedProfile() {
|
||||
super("scoresaber-score-feed");
|
||||
public class ScoreSaberUserScoreFeedProfile extends Profile {
|
||||
public ScoreSaberUserScoreFeedProfile() {
|
||||
super("scoresaber-user-score-feed");
|
||||
}
|
||||
|
||||
/**
|
Reference in New Issue
Block a user