From 651ab1286c274254ae8774575ee0732d907d3c7d Mon Sep 17 00:00:00 2001 From: themodernhakr Date: Sun, 23 Mar 2025 01:46:59 -0500 Subject: [PATCH] Add say debug command --- src/database/database.jmc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/database/database.jmc b/src/database/database.jmc index 7cc8918..83bc18a 100644 --- a/src/database/database.jmc +++ b/src/database/database.jmc @@ -86,6 +86,7 @@ class database.benchmark { function arrayTest2.run() { ::temp.keyword = "entry500"; execute run { + $say "$(keyword)"; $tellraw @a {"nbt":"database.test.arrayTest2.index.$(keyword)","storage":"ferdinland:ferdinland"}; $::temp.index = ::database.test.arrayTest2.index.$(keyword); tellraw @a {"nbt":"temp.index","storage":"ferdinland:ferdinland"};