Update logger calls
All checks were successful
Deploy datapack to dev / Build (push) Successful in 9s

This commit is contained in:
themodrnhakr 2025-03-26 16:56:23 -05:00
parent 909b2d08de
commit a7b71073bf

View File

@ -2,7 +2,7 @@ import "benchmark.jmc";
@lazy //takes name of table. metadata must already exist. @lazy //takes name of table. metadata must already exist.
function createTable(name) { function createTable(name) {
logger(2, database.createTable, "Creating table: $name"); logger(2, database.createTable, "Creating table: $name", false);
Array.forEach( Array.forEach(
"ferdinland:ferdinland", "ferdinland:ferdinland",
"database.tables.$name.fields", "database.tables.$name.fields",