Print Text and Print in Server Chat Events do no work

Status
Fixed
Issue description

Print Text and Print in Server Chat Events do no work

trying to trigger them from a custom command with the test they output being "some text" without quotes shows nothing in game...

Issue comments

This issue will be fixed in MCreator 1.7.9 with new procedure maker. Thank you for the bug report!

Hi I am trying to print a variable and I can't get it to work but it happens whenever i use the print statement, not just when i print a variable

Here is the error:

C:\Users\oem\MCreatorWorkspaces\mod_test\build\sources\main\java\net\mcreator\mod_test\MCreatorStateHasGauntlet.java:12: error: cannot find symbol
        LOG.info((mod_testVariables.Has_Gauntlet));
        ^
  symbol:   variable LOG
  location: class MCreatorStateHasGauntlet
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 3s