forked from Mirrorlandia_minetest/minetest
Remove debug output
This commit is contained in:
parent
b22168d3da
commit
41f4941b74
@ -916,8 +916,6 @@ static void read_object_properties(lua_State *L, int index,
|
||||
getboolfield(L, -1, "is_visible", prop->is_visible);
|
||||
getboolfield(L, -1, "makes_footstep_sound", prop->makes_footstep_sound);
|
||||
getfloatfield(L, -1, "automatic_rotate", prop->automatic_rotate);
|
||||
dstream<<"scriptapi: prop->automatic_rotate="
|
||||
<<prop->automatic_rotate<<std::endl;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user