Skip to content

Commit

Permalink
fixed Server Status Module
Browse files Browse the repository at this point in the history
  • Loading branch information
Greazi-Times committed Jun 15, 2022
1 parent 5a43570 commit 923399e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void onDisable() {}

@Override
public Requirement[] getRequirements() {
return null;
return new Requirement[0];
}

}

0 comments on commit 923399e

Please sign in to comment.