Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravis96 committed Jun 5, 2024
1 parent 362b2f4 commit d7a1209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@

public final class TemplatePlugin extends DreamBukkitPlatform implements DreamBukkitConfig, DreamPersistence {

@Getter private static TemplatePlugin templatePlugin;
@Getter private static TemplatePlugin instance;

@Override
public void load(@NonNull ComponentService componentService) {
templatePlugin = this;
instance = this;
}

@Override
Expand Down
1 change: 0 additions & 1 deletion plugin-core/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ name: "Dream-Template"
description: "Dream-Template plugin written by dreamcode.cc"
website: "https://dreamcode.cc"
author: "author"
prefix: "Dream-Template"
api-version: 1.13

0 comments on commit d7a1209

Please sign in to comment.