mirror of
https://github.com/YouHaveTrouble/QuickerStacker.git
synced 2026-05-12 06:06: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();
|
||||
Player player = ref.getStore().getComponent(ref, Player.getComponentType());
|
||||
if (player == null) return;
|
||||
NotificationUtil.sendNotification(player.getPlayerRef().getPacketHandler(), "Interaction is happening.");
|
||||
InteractionSyncData clientState = interactionContext.getClientState();
|
||||
if (clientState == null) return;
|
||||
BlockPosition targetBlockPosition = clientState.blockPosition;
|
||||
|
||||
Reference in New Issue
Block a user