Fixed Minecraft issue.
This commit is contained in:
parent
62355b8620
commit
c105b57488
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ window.Umi = { UI: {}, Protocol: { SockChat: { Protocol: {} } } };
|
||||||
return;
|
return;
|
||||||
|
|
||||||
soundCtx.library.play((() => {
|
soundCtx.library.play((() => {
|
||||||
if(i)
|
if(ev.detail.initial)
|
||||||
return 'minecraft:nether:enter';
|
return 'minecraft:nether:enter';
|
||||||
if(ev.detail.value === 'yes')
|
if(ev.detail.value === 'yes')
|
||||||
return 'minecraft:door:open';
|
return 'minecraft:door:open';
|
||||||
|
|
Loading…
Reference in a new issue