Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OnapleRPG/EpicBoundaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Zessirb committed Aug 4, 2018
2 parents 13482ff + 132d089 commit 10710b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ deploy:
script: bash scripts/deploy.sh
on:
tags: true
all_branches: false
all_branches: false
Binary file added deploy_rsa.enc
Binary file not shown.
4 changes: 2 additions & 2 deletions src/main/java/com/onaple/epicboundaries/EpicBoundaries.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public void onWorldCopy(CopyWorldEvent event) {
* Cancel every modify block events that "open" something
* @param event Modify event
*/
@Listener
/*@Listener
public void onModifyBlock(ChangeBlockEvent.Modify event, @First Player player) {
if (!player.gameMode().equals(GameModes.CREATIVE)) {
for (Transaction<BlockSnapshot> transaction : event.getTransactions()) {
Expand All @@ -131,5 +131,5 @@ public void onModifyBlock(ChangeBlockEvent.Modify event, @First Player player) {
});
}
}
}
}*/
}

0 comments on commit 10710b8

Please sign in to comment.