Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
target 1.2.2, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Oct 27, 2021
1 parent 1842030 commit 38c3aa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bukkit.version>1.17-R0.1-SNAPSHOT</bukkit.version>
<denizen.version>1.2.1-SNAPSHOT</denizen.version>
<bukkit.version>1.17.1-R0.1-SNAPSHOT</bukkit.version>
<denizen.version>1.2.2-SNAPSHOT</denizen.version>
</properties>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/space/morphanone/webizen/Webizen.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void onEnable() {
return;
}

DenizenCore.getCommandRegistry().registerCommand(WebCommand.class);
DenizenCore.commandRegistry.registerCommand(WebCommand.class);
ScriptEvent.registerScriptEvent(new GetRequestScriptEvent());
ScriptEvent.registerScriptEvent(new PostRequestScriptEvent());
}
Expand Down

0 comments on commit 38c3aa6

Please sign in to comment.