Fixes using gameobject like chairs, also fixes indoor checks

This commit is contained in:
hondacrx
2022-07-13 15:02:06 -04:00
parent 206c5afcca
commit d05595e44c
9 changed files with 168 additions and 48 deletions
@@ -1911,7 +1911,7 @@ public static partial class Detour
for (int i = 0; i < pathSize; ++i)
{
float[] left = new float[3];//, right[3];
float[] left = new float[3];
float[] right = new float[3];
byte fromType = 0, toType = 0;