Skip to content

Commit 87a25cb

Browse files
authored
Reverted second change
1 parent 501c2a1 commit 87a25cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/plugins/blocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ function inject (bot, { version, storageBuilder, hideErrors }) {
560560
dimension = packet.dimension
561561
worldName = packet.worldName
562562
}
563-
if (packet.copyMetadata === false) bot.emit('switchWorld')
563+
if (!packet.copyMetadata) bot.emit('switchWorld')
564564
switchWorld()
565565
})
566566

0 commit comments

Comments
 (0)