File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/main/kotlin/com/lambda/interaction/material/container Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ import com.lambda.interaction.material.StackSelection.Companion.select
2929import com.lambda.interaction.material.container.containers.ChestContainer
3030import com.lambda.interaction.material.container.containers.EnderChestContainer
3131import com.lambda.util.BlockUtils.blockEntity
32- import com.lambda.util.Communication.info
3332import com.lambda.util.extension.containerStacks
3433import com.lambda.util.reflections.getInstances
3534import net.minecraft.block.entity.BlockEntity
@@ -64,7 +63,6 @@ object ContainerManager : Loadable {
6463 is EnderChestBlockEntity -> {
6564 if (handler.type != ScreenHandlerType .GENERIC_9X3 ) return @listen
6665
67- this @ContainerManager.info(" Updating EnderChestContainer" )
6866 EnderChestContainer .update(handler.containerStacks)
6967 }
7068
@@ -73,7 +71,6 @@ object ContainerManager : Loadable {
7371 if (handler.type != ScreenHandlerType .GENERIC_9X6 ) return @listen
7472 val stacks = handler.containerStacks
7573
76- this @ContainerManager.info(" Updating ChestContainer" )
7774 containers
7875 .filterIsInstance<ChestContainer >()
7976 .find {
You can’t perform that action at this time.
0 commit comments