Removed partial updates from manifest

This commit is contained in:
Mitchell McCaffrey 2021-01-03 12:12:13 +11:00
parent a3622979b8
commit a4c67ce81f

View File

@ -49,7 +49,9 @@ function NetworkedMapAndTokens({ session }) {
const [assetManifest, setAssetManifest] = useNetworkedState(
[],
session,
"manifest"
"manifest",
100,
false
);
function loadAssetManifestFromMap(map, mapState) {