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

This commit is contained in:
themodernhakr 2025-03-23 02:13:15 -05:00
parent a8e3346b4d
commit a9f6581a8d

View File

@ -92,7 +92,7 @@ class database.benchmark {
} }
function arrayTest2.run() { function arrayTest2.run() {
this.arrayTest2._searchIndex({keyword: "entry500"}); this.arrayTest2._searchIndex({keyword: "entry500"});
this.arrayTest2._searchArray() with ::temp.index; this.arrayTest2._searchArray() with ::temp;
::temp.index.del(); ::temp.index.del();
} }
} }