Skip to content

Commit

Permalink
Update LuaApi.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Bumber64 authored Jul 30, 2024
1 parent 447bad8 commit 171af64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/LuaApi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2438,7 +2438,7 @@ static const luaL_Reg dfhack_items_funcs[] = {
{ "getOuterContainerRef", items_getOuterContainerRef },
{ "getContainedItems", items_getContainedItems },
{ "moveToBuilding", items_moveToBuilding },
{ "moveToInventory", items_moveToBuilding },
{ "moveToInventory", items_moveToInventory },
{ "createItem", items_createItem },
{ NULL, NULL }
};
Expand Down

0 comments on commit 171af64

Please sign in to comment.