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

Commit 2ffa876

Browse files
committed
Fix style
1 parent 491088c commit 2ffa876

File tree

1 file changed

+1
-1
lines changed
  • patchwork-events-world/src/main/java/net/patchworkmc/impl/event/world

1 file changed

+1
-1
lines changed

patchwork-events-world/src/main/java/net/patchworkmc/impl/event/world/WorldEvents.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public static float fireBlockHarvesting(DefaultedList<ItemStack> drops, World wo
7979
return event.getDropChance();
8080
}
8181

82-
public static void fireChunkWatch(boolean watch, ServerPlayerEntity entity, ChunkPos chunkpos, ServerWorld world) {
82+
public static void fireChunkWatch(boolean watch, ServerPlayerEntity entity, ChunkPos chunkpos, ServerWorld world) {
8383
if (watch) {
8484
MinecraftForge.EVENT_BUS.post(new ChunkWatchEvent.Watch(entity, chunkpos, world));
8585
} else {

0 commit comments

Comments
 (0)