Fix for latest nightly build (27.07.2025)

This commit is contained in:
SDraw 2025-07-27 22:30:33 +03:00
parent 713d89565b
commit 6b0399f182
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
14 changed files with 102 additions and 105 deletions

View file

@ -203,7 +203,7 @@ namespace ml_prm
m_attachedPointer = p_pointer;
GameObject l_attachPoint = new GameObject("[AttachPoint]");
l_attachPoint.layer = CVRLayers.PlayerLocal;
l_attachPoint.layer = CVRLayers.PlayerNetwork;
m_attachTransform = l_attachPoint.transform;
m_attachTransform.parent = p_pointer.transform;