Fixed Minecraft issue.

This commit is contained in:
flash 2024-03-02 16:23:21 +00:00
parent 62355b8620
commit c105b57488

View file

@ -251,7 +251,7 @@ window.Umi = { UI: {}, Protocol: { SockChat: { Protocol: {} } } };
return;
soundCtx.library.play((() => {
if(i)
if(ev.detail.initial)
return 'minecraft:nether:enter';
if(ev.detail.value === 'yes')
return 'minecraft:door:open';