remove debug print

This commit is contained in:
Jim Shield
2024-01-28 19:19:58 +00:00
committed by GitHub
parent e03efa6687
commit f0f59b8568

View File

@@ -472,7 +472,6 @@ if IsDuplicityVersion() then
end
function canCarry(itemTable, src)
print("checking if player can carry")
local resultTable = {}
if src then
if GetResourceState(OXInv):find("start") then
@@ -519,4 +518,4 @@ function canCarry(itemTable, src)
end
end
return resultTable
end
end