@@ -278,7 +278,7 @@ int la_GetPropFromPath(laPropPack *Self, laPropPack *Base, const char *Path, voi
if (!Path || !Path[0] || !ss){
if (Base){
- Self->LastPs = Base->LastPs;
+ la_NewPropStep(Self, Base->LastPs->p,Base->LastPs->UseInstance,Base->LastPs->Type);
}