fix error

This commit is contained in:
Ed86 2022-09-09 14:44:35 +03:00
parent e6c3d457e7
commit b80ca6c6f0
1 changed files with 6 additions and 2 deletions

View File

@ -118,7 +118,7 @@ namespace rjwfh
return;
}
}
if (props.sexType == xxx.rjwSextype.Anal)
else if (props.sexType == xxx.rjwSextype.Anal)
{
//Log.Message("Anal");
var interaction = rjw.Modules.Interactions.Helpers.InteractionHelper.GetWithExtension(props.dictionaryKey);
@ -187,12 +187,16 @@ namespace rjwfh
return;
}
}
if (props.sexType == xxx.rjwSextype.DoublePenetration)
else if (props.sexType == xxx.rjwSextype.DoublePenetration)
{
//Log.Message("BP");
//todo, maybe
return;
}
else
{
return;
}
var stage = -1;
size = size_check(pp, hole);