mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 14:59:23 +00:00
[ASTExtension] Fix no supported parameter found spam
This commit is contained in:
parent
0f6006db83
commit
3521453010
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,8 @@ public class ASTExtensionMod : MelonMod
|
|||
|
||||
private void OnLocalAvatarLoad()
|
||||
{
|
||||
if (!FindSupportedParameter(out string parameterName))
|
||||
_currentAvatarSupported = FindSupportedParameter(out string parameterName);
|
||||
if (!_currentAvatarSupported)
|
||||
return;
|
||||
|
||||
if (!AttemptCalibrateParameter(parameterName, out float minHeight, out float maxHeight, out float modifier))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue