From 2cd5f26451217cc560f8697a635c827f30997571 Mon Sep 17 00:00:00 2001 From: themodrnhakr Date: Fri, 21 Mar 2025 20:28:44 -0500 Subject: [PATCH] Fix lazy func param --- src/database/crypt.jmc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/database/crypt.jmc b/src/database/crypt.jmc index 47428bc..625f50a 100644 --- a/src/database/crypt.jmc +++ b/src/database/crypt.jmc @@ -1,5 +1,5 @@ @lazy -function test_hashInteger($test_val) { +function test_hashInteger(test_val) { $integerToHash = $test_val; tellraw @a $integerToHash.toString();