From 13150be611261347790402ec94deb36c84fa9c98 Mon Sep 17 00:00:00 2001 From: themodernhakr Date: Sun, 23 Mar 2025 01:37:45 -0500 Subject: [PATCH] Add print to debug --- src/database/database.jmc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/database/database.jmc b/src/database/database.jmc index a0a446a..7cc8918 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 { + $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"}; } with ::temp.keyword;