Skip to content

Commit

Permalink
fix compilation from pr
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Oct 23, 2018
1 parent 460a88b commit 45ddb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/main/java/net/aufdemrand/denizen/Denizen.java
Expand Up @@ -640,7 +640,7 @@ public void onEnable() {
ScriptEvent.registerScriptEvent(new PigZappedScriptEvent());
ScriptEvent.registerScriptEvent(new PistonExtendsScriptEvent());
ScriptEvent.registerScriptEvent(new PistonRetractsScriptEvent());
if (NMSHandler.getVersion().isAtLeast(NMSVersion.v1_13_R1)) {
if (NMSHandler.getVersion().isAtLeast(NMSVersion.v1_13_R2)) {
ScriptEvent.registerScriptEvent(new PlayerRiptideScriptEvent());
}
ScriptEvent.registerScriptEvent(new PlayerAnimatesScriptEvent());
Expand Down

0 comments on commit 45ddb9e

Please sign in to comment.