mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Detach both guns on shutdown
This commit is contained in:
parent
09527cc264
commit
bfdbe2e675
1 changed files with 1 additions and 0 deletions
|
@ -500,6 +500,7 @@ function scriptEnding() {
|
|||
Overlays.deleteOverlay(pointer[1]);
|
||||
Overlays.deleteOverlay(text);
|
||||
MyAvatar.detachOne(gunModel);
|
||||
MyAvatar.detachOne(gunModel);
|
||||
clearPose();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue