From 9588154a2fc6cc0562b98fcbfcc76a0f193ce859 Mon Sep 17 00:00:00 2001 From: themodernhakr Date: Sun, 23 Mar 2025 01:11:18 -0500 Subject: [PATCH] Populate clean function --- src/database/database.jmc | 2 ++ 1 file changed, 2 insertions(+) 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() { }