mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-24 21:38:59 +08:00
Do not include installers that have not been activated in the mapping.
This commit is contained in:
parent
99167df170
commit
ca575eed91
@ -39,6 +39,7 @@ namespace nadena.dev.modular_avatar.core.editor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void MappingMenuInstaller(ModularAvatarMenuInstaller installer) {
|
public void MappingMenuInstaller(ModularAvatarMenuInstaller installer) {
|
||||||
|
if (!installer.enabled) return;
|
||||||
if (installer.menuToAppend == null) return;
|
if (installer.menuToAppend == null) return;
|
||||||
this.MappingMenu(installer.menuToAppend, installer);
|
this.MappingMenu(installer.menuToAppend, installer);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user