Fix BT logic flow when start/stopping behavior

This commit is contained in:
Wojtek Figat
2023-11-21 00:01:46 +01:00
parent 9a091799fc
commit 4e37aafe6a
2 changed files with 8 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ bool AccessVariant(Variant& instance, const StringAnsiView& member, Variant& val
}
}
#endif
else
else if (typeName.HasChars())
{
LOG(Warning, "Missing scripting type \'{0}\'", String(typeName));
}