its already on click theres no double clicking i tried it but not working
public override void OnClick()
{
if (from.InRange(GetWorldLocation(), 1))
{
this.m_weapon.PlaceWeapon(this.m_from, this.m_from.Location, this.m_from.Map);
}
TO
public override void OnClick()
{...