Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvigarabis committed Jan 20, 2024
1 parent be2a22c commit 977eeb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void onEnable(){
plugin = this;

getCommand("sudo").setExecutor(this);
getServer().getPluginManager().registerEvent(this, this);
getServer().getPluginManager().registerEvents(this, this);

LOGGER.info("TheSudo 插件,允许管理员进行 sudo 操作");
LOGGER.info("源代码: https://github.com/Imeaces/TheSudo");
Expand Down

0 comments on commit 977eeb6

Please sign in to comment.