Fix lazy func param
All checks were successful
Deploy datapack to dev / Build (push) Successful in 5s
All checks were successful
Deploy datapack to dev / Build (push) Successful in 5s
This commit is contained in:
parent
c75b6c8fea
commit
2cd5f26451
@ -1,5 +1,5 @@
|
||||
@lazy
|
||||
function test_hashInteger($test_val) {
|
||||
function test_hashInteger(test_val) {
|
||||
$integerToHash = $test_val;
|
||||
tellraw @a $integerToHash.toString();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user