Mercurial > repos > snowblizz-super-API-ideas
changeset 93:789dfab13449
* Remove debugging Console.WriteLine call
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Fri, 07 Aug 2009 20:14:55 +0000 |
parents | 729d9e54162c |
children | 49a83020174e |
files | api/Objects/UnitType.cs |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/api/Objects/UnitType.cs Fri Aug 07 19:49:21 2009 +0000 +++ b/api/Objects/UnitType.cs Fri Aug 07 20:14:55 2009 +0000 @@ -228,8 +228,7 @@ } internal void AddEquipmentItem(UnitEquipmentItem item) - { - Console.WriteLine("Add " + item.ID + " to " + Name); + { if (!equipment.ContainsKey(item.ID)) { equipment.Add(item.ID, item);