mirror of
https://github.com/SDraw/ml_mods_cvr.git
synced 2026-05-05 17:27:00 +00:00
Minor fixes
This commit is contained in:
parent
aebf6c2c4e
commit
914bca26e4
14 changed files with 226 additions and 54 deletions
|
|
@ -61,6 +61,10 @@ namespace ml_pam
|
|||
{
|
||||
if(ms_instance == this)
|
||||
ms_instance = null;
|
||||
|
||||
if(m_localMover != null)
|
||||
UnityEngine.Object.Destroy(m_localMover);
|
||||
m_localMover = null;
|
||||
}
|
||||
|
||||
static void OnAvatarClear_Postfix() => ms_instance?.OnAvatarClear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue