-
Bug
-
Resolution: Cannot Reproduce
-
None
-
Minecraft 1.12 Pre-Release 1, Minecraft 1.12 Pre-Release 2
-
None
-
Windows 10, Java 8
-
Unconfirmed
If you put a command to run in the first line of the txt file of a function it will not run. Example:
Doesn't work:
/say 1 /say 2
Expected output: 1, 2 Actual output: 2
Works:
/say 1 /say 2
Expected output: 1, 2 Actual output: 1, 2