mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-08 03:05:18 +01:00
Handle undefined objects better
This commit is contained in:
@@ -29,7 +29,7 @@ LuaEntityProperties::LuaEntityProperties():
|
||||
collisionbox(-0.5,-0.5,-0.5, 0.5,0.5,0.5),
|
||||
visual("single_sprite")
|
||||
{
|
||||
textures.push_back("unknown_block.png");
|
||||
textures.push_back("unknown_object.png");
|
||||
}
|
||||
|
||||
std::string LuaEntityProperties::dump()
|
||||
|
||||
Reference in New Issue
Block a user