mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
remove debug print
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user