one more debug line

master
Sokomine 2014-08-06 18:39:07 +02:00
parent 92b1bc2c52
commit 22cbcc36f5
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ handle_schematics.analyze_mts_file = function( path )
return nil
end
print('[mg_villages] Analyzing .mts file '..tostring( path..'.mts' ));
if( not( string.byte )) then
print( '[mg_villages] Error: string.byte undefined.');
return nil;
end
-- thanks to sfan5 for this advanced code that reads the size from schematic files
local read_s16 = function(fi)