File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/kotlin/com/lambda/interaction/managers/interacting Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import com.lambda.interaction.managers.PostActionHandler
2626import com.lambda.interaction.managers.interacting.InteractManager.placeSound
2727import com.lambda.threading.runSafe
2828import com.lambda.util.BlockUtils.matches
29- import com.lambda.util.Communication.info
3029import com.lambda.util.Communication.warn
3130import com.lambda.util.collections.LimitedDecayQueue
3231
@@ -35,7 +34,7 @@ object InteractedBlockHandler : PostActionHandler<InteractInfo>() {
3534 DEFAULT .buildConfig.maxPendingActions,
3635 DEFAULT .buildConfig.actionTimeout * 50L
3736 ) {
38- info (" ${it::class .simpleName} at ${it.context.blockPos.toShortString()} timed out" )
37+ if (managerDebugLogs) warn (" ${it::class .simpleName} at ${it.context.blockPos.toShortString()} timed out" )
3938 if (it.interactConfig.interactConfirmationMode != InteractConfig .InteractConfirmationMode .AwaitThenPlace ) {
4039 runSafe {
4140 world.setBlockState(it.context.blockPos, it.context.cachedState)
You can’t perform that action at this time.
0 commit comments