-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.12 Pre-Release 4, Minecraft 1.12 Pre-Release 5
-
Confirmed
The bug
When the function command is run with the if statement, and the if statement fails to find an entity, it outputs "Skipped execution of function 'function:name/here'", despite sendCommandFeedback being set to false.
Steps to reproduce
- Set the sendCommandFeedback gamerule to false
/gamerule sendCommandFeedback false
- Create a function
- Run the function with an if statement that will fail
- duplicates
-
MC-76793 Error messages are still displayed despite the "sendCommandFeedback" gamerule being set to "false"
- Reopened