mirror of
https://github.com/YouHaveTrouble/QuickerStacker.git
synced 2026-05-11 21:56:55 +00:00
remove debug
This commit is contained in:
-1
@@ -34,7 +34,6 @@ public class QuickStackToChestInteraction extends SimpleBlockInteraction {
|
|||||||
Ref<EntityStore> ref = interactionContext.getEntity();
|
Ref<EntityStore> ref = interactionContext.getEntity();
|
||||||
Player player = ref.getStore().getComponent(ref, Player.getComponentType());
|
Player player = ref.getStore().getComponent(ref, Player.getComponentType());
|
||||||
if (player == null) return;
|
if (player == null) return;
|
||||||
NotificationUtil.sendNotification(player.getPlayerRef().getPacketHandler(), "Interaction is happening.");
|
|
||||||
InteractionSyncData clientState = interactionContext.getClientState();
|
InteractionSyncData clientState = interactionContext.getClientState();
|
||||||
if (clientState == null) return;
|
if (clientState == null) return;
|
||||||
BlockPosition targetBlockPosition = clientState.blockPosition;
|
BlockPosition targetBlockPosition = clientState.blockPosition;
|
||||||
|
|||||||
Reference in New Issue
Block a user