Transformation fixes

More checks for non-flying worlds
This commit is contained in:
SDraw 2023-05-28 16:47:04 +03:00
parent 9159946de6
commit 732b15a6a9
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
9 changed files with 43 additions and 35 deletions

View file

@ -130,10 +130,10 @@ namespace ml_prm
{
try
{
if (m_localController != null)
if(m_localController != null)
m_localController.OnAvatarScaling(1f + p_scaleDifference);
}
catch (Exception e)
catch(Exception e)
{
MelonLoader.MelonLogger.Error(e);
}