Skip to content

Commit

Permalink
Fixed the ability to create an instance of SuperiorskyblockAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed May 5, 2022
1 parent 9778ae9 commit 9f0d805
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -33,6 +33,13 @@ public final class SuperiorSkyblockAPI {

private static SuperiorSkyblock plugin;

/**
* Private constructor to prevent people from creating an instance of this class.
*/
private SuperiorSkyblockAPI() {

}

/*
* Player Methods
*/
Expand Down

0 comments on commit 9f0d805

Please sign in to comment.