Fix lazy func param
All checks were successful
Deploy datapack to dev / Build (push) Successful in 5s

This commit is contained in:
themodrnhakr 2025-03-21 20:28:44 -05:00
parent c75b6c8fea
commit 2cd5f26451

View File

@ -1,5 +1,5 @@
@lazy @lazy
function test_hashInteger($test_val) { function test_hashInteger(test_val) {
$integerToHash = $test_val; $integerToHash = $test_val;
tellraw @a $integerToHash.toString(); tellraw @a $integerToHash.toString();