mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Fix item interact event.
This commit is contained in:
parent
026bfeed08
commit
fd1178a3d0
@ -206,7 +206,7 @@ public class SpongeWorldEdit {
|
||||
}
|
||||
|
||||
@Listener
|
||||
public void onPlayerItemInteract(InteractItemEvent event, @Root Player spongePlayer) {
|
||||
public void onPlayerItemInteract(InteractItemEvent.Secondary event, @Root Player spongePlayer) {
|
||||
if (platform == null) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user