mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-19 14:56:02 +01:00
remove debug print
This commit is contained in:
@@ -472,7 +472,6 @@ if IsDuplicityVersion() then
|
|||||||
end
|
end
|
||||||
|
|
||||||
function canCarry(itemTable, src)
|
function canCarry(itemTable, src)
|
||||||
print("checking if player can carry")
|
|
||||||
local resultTable = {}
|
local resultTable = {}
|
||||||
if src then
|
if src then
|
||||||
if GetResourceState(OXInv):find("start") then
|
if GetResourceState(OXInv):find("start") then
|
||||||
|
|||||||
Reference in New Issue
Block a user