--- a/hedgewars/HHHandlers.inc Wed Feb 24 01:55:59 2010 +0000
+++ b/hedgewars/HHHandlers.inc Wed Feb 24 03:03:43 2010 +0000
@@ -314,7 +314,6 @@
AddAmmo(PHedgehog(HH^.Hedgehog)^, a);
// Possibly needs to check shared clan ammo game flag once added.
// On the other hand, no obvious reason that clan members shouldn't know what ammo another clan member picked up
-AddFileLog(inttostr(PHedgehog(HH^.Hedgehog)^.Team^.Clan^.ClanIndex) + ' --------- ' + inttostr(LocalClan));
if (not (PHedgehog(HH^.Hedgehog)^.Team^.ExtDriven
or (PHedgehog(HH^.Hedgehog)^.BotLevel > 0)))
or (PHedgehog(HH^.Hedgehog)^.Team^.Clan^.ClanIndex = LocalClan)