Change string to object, smh
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s
This commit is contained in:
parent
1784e8fcd5
commit
1474266e89
@ -49,10 +49,10 @@ class database.benchmark {
|
|||||||
"ferdinland:ferdinland",
|
"ferdinland:ferdinland",
|
||||||
"temp.arrayTest1",
|
"temp.arrayTest1",
|
||||||
() => {
|
() => {
|
||||||
if (String.isEqual("ferdinland:ferdinland", "temp.arrayTest1[0].string", "entry500")) {
|
if (Object.isEqual("ferdinland:ferdinland", "temp.arrayTest1[0].string", "ferdinland:ferdinland", "temp.keyword")) {
|
||||||
::temp.result = ::temp.arrayTest1[0];
|
::temp.result = ::temp.arrayTest1[0];
|
||||||
}
|
}
|
||||||
if (String.isEqual("ferdinland:ferdinland", "temp.arrayTest1[0].string", "entry500")) {
|
if (Object.isEqual("ferdinland:ferdinland", "temp.arrayTest1[0].string", "ferdinland:ferdinland", "temp.keyword")) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user