Allow setting asset manifest to null
This commit is contained in:
parent
ad68aa7226
commit
2330709e62
@ -211,6 +211,7 @@ function NetworkedMapAndTokens({ session }) {
|
||||
session.socket?.emit("map", newMap);
|
||||
}
|
||||
if (!newMap || !newMapState) {
|
||||
setAssetManifest(null, true, true);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user