sandstone-mc / sandstone

Sandstone | Next Generation Framework for Minecraft
https://sandstone.dev/
MIT License
173 stars 16 forks source link

Extra line breaks added to output #144

Closed GrantGryczan closed 1 year ago

GrantGryczan commented 2 years ago

This only happens when inputting MCFunctionInstances into schedule.clear, not strings. And this issue does not apply to mcFunctionInstance.schedule.clear() either.

image image

This also happens with schedule.function, but only when called on an implicitly created function.

image image

More importantly, all of these issues apply when the command is placed after an execute's run as well.

image