Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 9bd2f37

Browse files
committed
comment out
1 parent cc112ae commit 9bd2f37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/xyz/hynse/foliaflow/FoliaFlow.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public void onDisable() {
5252
debug("Plugin stopped successfully!");
5353
}
5454

55+
/*
5556
@EventHandler
5657
public void onChunkLoad(ChunkLoadEvent event) {
5758
Block obsidianBlock = obsidianLocation.getBlock();
@@ -65,7 +66,7 @@ public void onBlockChange(org.bukkit.event.block.BlockFromToEvent event) {
6566
if (event.getBlock().getLocation().equals(obsidianLocation)) { // check if the block change event is for the obsidian block location
6667
event.setCancelled(true); // cancel the event to prevent the obsidian block from changing
6768
}
68-
}
69+
}*/
6970

7071
@EventHandler
7172
public void onFallingBlockToBlock(EntityChangeBlockEvent e){

0 commit comments

Comments
 (0)