removed exception for realtest doors and rotate them like normal doors

master
Sokomine 2014-11-17 05:50:20 +01:00
parent f46d438e3b
commit 29f8c8a5f1
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ mg_villages.decode_one_node = function( node_name, param2, node_meta )
end
-- ..except if they are stairs or ladders
if( node_name == 'default:ladder' or string.sub( node_name, 1, 7 ) == 'stairs:' ) then
if( node_name == 'default:ladder' or string.sub( node_name, 1, 7 ) == 'stairs:' or string.sub( node_name, 1, 6 ) == 'doors:') then
return { node = {
name = node_name,
param2 = param2,