Turn line into macro command
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s

This commit is contained in:
themodernhakr 2025-03-11 16:52:47 -05:00
parent 4eb361f6e8
commit 5cd6a1f014

View File

@ -33,7 +33,7 @@ class logger {
} }
execute run { execute run {
say "The log level is set to $(0)."; $say "The log level is set to $(0).";
} with [$log_level]; } with [$log_level];