diff --git a/type_templates/vrm.js b/type_templates/vrm.js index aec6c19..0e23996 100644 --- a/type_templates/vrm.js +++ b/type_templates/vrm.js @@ -89,6 +89,7 @@ export default e => { // handle wearing activateCb = async () => { + activateCb = null; const localPlayer = useLocalPlayer(); localPlayer.setAvatarApp(app); };