fix: update asset model to set isUsed to false
This commit is contained in:
@@ -167,7 +167,7 @@ async function handleModelLoad(
|
||||
material: 'Inherit',
|
||||
delay: 'Inherit',
|
||||
spawnInterval: 'Inherit',
|
||||
isUsed: true
|
||||
isUsed: false
|
||||
}],
|
||||
triggers: [],
|
||||
connections: {
|
||||
|
||||
Reference in New Issue
Block a user