Skip to content

Commit

Permalink
fix: compilation (conflict error)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas committed Sep 20, 2023
1 parent 2af0824 commit adb6978
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lua/functions/items/container_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ int ContainerFunctions::luaContainerAddItem(lua_State* L) {
setItemMetatable(L, -1, item);
} else {
reportErrorFunc(fmt::format("Cannot add item to container, error code: '{}'", getReturnMessage(ret)));
delete item;
}
return 1;
}
Expand Down

0 comments on commit adb6978

Please sign in to comment.