added debug info

This commit is contained in:
Sokomine 2014-08-06 18:36:54 +02:00
parent b553c4e319
commit 92b1bc2c52

View File

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