Update network partial updates to have id to prevent invalid changes
This commit is contained in:
@@ -44,7 +44,10 @@ function NetworkedMapAndTokens({ session }) {
|
||||
const [currentMapState, setCurrentMapState] = useNetworkedState(
|
||||
null,
|
||||
session,
|
||||
"map_state"
|
||||
"map_state",
|
||||
100,
|
||||
true,
|
||||
"mapId"
|
||||
);
|
||||
const [assetManifest, setAssetManifest] = useNetworkedState(
|
||||
[],
|
||||
|
||||
Reference in New Issue
Block a user