az changes

This commit is contained in:
marauder2k7 2025-05-11 22:57:56 +01:00
parent 1ddc7219a5
commit c6e0eade04
4 changed files with 19 additions and 29 deletions

View file

@ -148,7 +148,7 @@ static void dumpVariable( Stream& stream,
// Skip variables for which we can't decipher their type.
ConsoleBaseType* type = ConsoleBaseType::getType( entry->value.getConsoleType()->consoleType );
ConsoleBaseType* type = ConsoleBaseType::getType( entry->value.type );
if( !type )
{
Con::errorf( "Can't find type for variable '%s'", entry->name );