Skip to content

Commit

Permalink
fix: keypair null error
Browse files Browse the repository at this point in the history
  • Loading branch information
rexlManu committed Feb 13, 2024
1 parent 36648a6 commit ba4493b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public class SimplyVotifier extends JavaPlugin {

@Override
public void onEnable() {
instance = this;
this.saveDefaultConfig();
this.reloadConfig();
File rsaDirectory = new File(this.getDataFolder() + "/rsa");
Expand Down

0 comments on commit ba4493b

Please sign in to comment.