Skip to content

Commit 07e7c6f

Browse files
committed
revert physics for test
1 parent b472583 commit 07e7c6f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,5 +219,9 @@
219219
220220
}
221221
},
222+
"deployAlwaysUpdate": [
223+
"@nxg-org/mineflayer-physics-util",
224+
"mineflayer"
225+
],
222226
"packageManager": "[email protected]"
223227
}

src/react/components/LibraryVersions.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ const LibraryVersions: React.FC = () => {
1313
'minecraft-protocol': mcProtocolPkg.version
1414
}
1515

16-
const { gameLoaded } = useSnapshot(miscUiState)
16+
// const { gameLoaded } = useSnapshot(miscUiState)
1717

18-
if (!gameLoaded) return null
18+
// if (!gameLoaded) return null
1919

2020
return (
2121
<div

0 commit comments

Comments
 (0)