These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
API-Bug in Contracts (10 months later)
The clan's are marching `gainst the law, Bagpipers play the tunes of war, Death or glory i will find, Rebellion on my mind.
if (item.rawQuantity < 0) { xml.WriteAttributeString("rawQuantity", item.rawQuantity.ToString()); }
@CCP_FoxFour // Technical Designer // Team Tech Co
Third-party developer? Check out the official developers site for dev blogs, resources, and more.
if (item.rawQuantity < 0){ xml.WriteAttributeString("rawQuantity", item.rawQuantity.ToString());}
if (null < 0){ xml.WriteAttributeString("rawQuantity", item.rawQuantity.ToString());}
if (item.quantity < 0 && item.rawQuantity > 0){ xml.WriteAttributeString("rawQuantity", item.rawQuantity.ToString());}