From 61e868c59bbc18ab198a4b9cf071fc7eb613b365 Mon Sep 17 00:00:00 2001 From: Vincent Foriel Date: Thu, 4 Jan 2024 15:01:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(fix)=20Prophunt:=20Stun=20timer?= =?UTF-8?q?=20was=20anormaly=20fast=20when=20several=20hunter=20where=20st?= =?UTF-8?q?un=20at=20the=20same=20time?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- minigames/data/prophunt/functions/stun/stuned.mcfunction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minigames/data/prophunt/functions/stun/stuned.mcfunction b/minigames/data/prophunt/functions/stun/stuned.mcfunction index 7a8b7dd..bdc6ad6 100644 --- a/minigames/data/prophunt/functions/stun/stuned.mcfunction +++ b/minigames/data/prophunt/functions/stun/stuned.mcfunction @@ -15,4 +15,4 @@ effect give @s mining_fatigue infinite 128 true effect give @s jump_boost infinite 128 true effect give @s blindness infinite 255 true -scoreboard players remove @a[scores={prophunt.stuned=1..}] prophunt.stuned 1 \ No newline at end of file +scoreboard players remove @s[scores={prophunt.stuned=1..}] prophunt.stuned 1 \ No newline at end of file