Test integer hash with smaller values
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s

This commit is contained in:
themodernhakr 2025-03-22 18:48:36 -05:00
parent 2cd5f26451
commit b0d2fd4695

View File

@ -37,7 +37,7 @@ class database.crypt {
} }
function test() { function test() {
test_hashInteger(1748586758492046); test_hashInteger(48593758);
test_hashInteger(69871234098769872345); test_hashInteger(69871234);
} }
} }