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();