Skip to content

Commit 9ea6af1

Browse files
authored
fix: Do not specify plugin param for DeathMessage::init
1 parent 6e982d3 commit 9ea6af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/kiridevs/ksmpplugin/features/DeathMessage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void onPlayerDeath(PlayerDeathEvent deathEvent) {
2929
));
3030
}
3131

32-
public void init(KiriSmpPlugin plugin) {
32+
public void init() {
3333
this.plugin.log.info("features: DragonBuff: Initializing");
3434
Bukkit.getPluginManager().registerEvents(this, this.plugin);
3535
}

0 commit comments

Comments
 (0)