Fix storage path
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s

This commit is contained in:
themodernhakr 2025-03-23 00:50:06 -05:00
parent 2942c065ea
commit d1c96735f0

View File

@ -47,10 +47,10 @@ class database.benchmark {
"ferdinland:ferdinland", "ferdinland:ferdinland",
"temp.arrayTest1", "temp.arrayTest1",
() => { () => {
if (String.isEqual("ferdinland:ferdinland", "temp.arrayTest1", "entry500")) { if (String.isEqual("ferdinland:ferdinland", "temp.arrayTest1[0].string", "entry500")) {
logger(1, database.benchmark.arrayTest1.run, "found: entry500"); logger(1, database.benchmark.arrayTest1.run, "found: entry500");
} }
if (String.isEqual("ferdinland:ferdinland", "temp.arrayTest1", "entry500")) { if (String.isEqual("ferdinland:ferdinland", "temp.arrayTest1[0].string", "entry500")) {
return; return;
} }
} }