mirror of
https://github.com/barkeser2002/Tenet.git
synced 2026-09-25 17:46:12 +03:00
12 lines
427 B
Diff
12 lines
427 B
Diff
--- ../src-base/minecraft/net/minecraftforge/event/entity/player/PlayerInteractEvent.java
|
|
+++ ../src-work/minecraft/net/minecraftforge/event/entity/player/PlayerInteractEvent.java
|
|
@@ -47,7 +47,7 @@
|
|
public final int z;
|
|
public final int face;
|
|
public final World world;
|
|
-
|
|
+ public org.bukkit.event.player.PlayerInteractEvent cb;
|
|
public Result useBlock = DEFAULT;
|
|
public Result useItem = DEFAULT;
|
|
|