Skip to content

Commit

Permalink
fix item.caption
Browse files Browse the repository at this point in the history
  • Loading branch information
Xertis authored and MihailRis committed Oct 20, 2024
1 parent a44e372 commit 2fa6b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/logic/scripting/lua/libs/libitem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ const luaL_Reg itemlib[] = {
{"stack_size", lua::wrap<l_item_stack_size>},
{"defs_count", lua::wrap<l_item_defs_count>},
{"icon", lua::wrap<l_item_get_icon>},
{"caption", lua::wrap<l_item_caption>},
{NULL, NULL}};

0 comments on commit 2fa6b67

Please sign in to comment.