We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e3d93 commit c2c1f98Copy full SHA for c2c1f98
1 file changed
src/main/java/org/spongepowered/common/event/tracking/TrackingUtil.java
@@ -328,7 +328,7 @@ public static boolean fireMinecraftBlockEvent(
328
return tick.getAsBoolean();
329
}
330
final BlockEventTickContext phaseContext = TickPhase.Tick.BLOCK_EVENT.createPhaseContext(PhaseTracker.getWorldInstance(worldIn));
331
- phaseContext.source(source);
+ phaseContext.source(blockEvent);
332
333
final UUID user = ((TrackableBlockEventDataBridge) (Object) event).bridge$getSourceUserUUID();
334
if (user != null) {
0 commit comments