mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
parent
c1d03695d4
commit
a9a207685a
1 changed files with 3 additions and 0 deletions
|
@ -594,6 +594,9 @@ int ModApiItemMod::l_register_item_raw(lua_State *L)
|
|||
// be done
|
||||
if (f.name == "ignore")
|
||||
return 0;
|
||||
// This would break everything
|
||||
if (f.name.empty())
|
||||
throw LuaError("Cannot register node with empty name");
|
||||
|
||||
content_t id = ndef->set(f.name, f);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue