diff --git a/src/database/database.jmc b/src/database/database.jmc index b8d0ab9..b42e689 100644 --- a/src/database/database.jmc +++ b/src/database/database.jmc @@ -80,6 +80,8 @@ class database.benchmark { tellraw @a {"nbt":"database.test.arrayTest2.index","storage":"ferdinland:ferdinland"}; } function arrayTest2.clean() { + ::database.test.arrayTest2.array.del(); + ::database.test.arrayTest2.index.del(); } function arrayTest2.run() { }