Fixed a stray line that caused a build error.

This commit is contained in:
Ignacio R. Morelle 2007-11-14 16:47:57 +00:00
parent e0b1fc7415
commit 12fc1ac15b

View file

@ -553,7 +553,6 @@ static void write_player(config_writer &out, const player_info& player)
config new_cfg;
i->write(new_cfg);
out.write_child("unit",new_cfg);
cfg.add_child("unit",new_cfg);
DBG_NG << "added unit '" << new_cfg["description"] << "' to player '" << player.name << "'\n";
}