From c75b6c8feaa8eea4d3e0af15be465a87742f3fda Mon Sep 17 00:00:00 2001 From: themodrnhakr Date: Fri, 21 Mar 2025 20:27:38 -0500 Subject: [PATCH] Add logging output to test function --- src/database/crypt.jmc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/database/crypt.jmc b/src/database/crypt.jmc index 0ff278d..47428bc 100644 --- a/src/database/crypt.jmc +++ b/src/database/crypt.jmc @@ -1,6 +1,7 @@ @lazy function test_hashInteger($test_val) { $integerToHash = $test_val; + tellraw @a $integerToHash.toString(); database.crypt.hashInteger();