From 76ec5953e92cbaadd47f49053be93471914c8638 Mon Sep 17 00:00:00 2001 From: Legends11 <235496468+tickwarden@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:36:46 +0300 Subject: [PATCH] Update exec.mcfunction to check for players --- .../data/datalib/function/core/dispatch/exec.mcfunction | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/datapacks/dataLib/data/datalib/function/core/dispatch/exec.mcfunction b/datapacks/dataLib/data/datalib/function/core/dispatch/exec.mcfunction index 2ace12a..8eb3ec2 100644 --- a/datapacks/dataLib/data/datalib/function/core/dispatch/exec.mcfunction +++ b/datapacks/dataLib/data/datalib/function/core/dispatch/exec.mcfunction @@ -17,7 +17,6 @@ # fibers — see resume_dispatch.mcfunction for the full explanation. # ───────────────────────────────────────────────────────────────── -execute unless function datalib:debug/tools/utils/check_all run return 0 -execute unless entity @s[type=minecraft:player] run return 0 +execute unless entity @a run return 0 $function $(func) with storage datalib:engine _dispatch