Skip to content

Commit

Permalink
fix: Rollback scope API plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Distractic committed Dec 20, 2023
1 parent 94bc53b commit b35071d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/github/rushyverse/api/APIPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import org.bukkit.plugin.java.JavaPlugin
/**
* Plugin to enable the API in server.
*/
public open class APIPlugin : JavaPlugin() {
public class APIPlugin : JavaPlugin() {

public companion object {
/**
Expand Down

0 comments on commit b35071d

Please sign in to comment.