Door locks not instantly crafting
I found a bug with the door lock, it stopped instantly crafting, I don't know how things are with other items.
^^^^^^
yup.. found that too.. key locks (wooden locks) take 30 seconds to craft
Is this being fixed?
 
 
 
 

key locks (wooden locks) take 30 seconds to craft any fix ?

Same here. Key Locks doesnt have instant craft effect.

This is still a problem by the way, ever gonna patch?

Ez fix, just remove this part from plugin script (starts on line 44): 

            if (targetName.Contains("key"))
            {
                return null;
            }
I1YY5OBDilUMuSv.jpg Espi

Ez fix, just remove this part from plugin script (starts on line 44): 

            if (targetName.Contains("key"))
            {
                return null;
            }

yean and probably get broken keys

pl0Yohe2f8rFQ5I.png Orange

yean and probably get broken keys

Keys & Keylocks are instantly crafted without any issues, but seems there is issue when you craft key for "friend" on other hand you can use automatic authorization plugin so clan / friend / teammember dont need key. 

With the snippet below removed, key locks craft instantly, but keys crafted for vehicles do not work. I did not check keys for key locks:

if (targetName.Contains("key"))
{
    return null;
}​