removed redundant linking

--HG--
branch : trunk
This commit is contained in:
silver1ce
2010-02-27 15:51:26 +02:00
parent fcaa318fb3
commit e010310c6d

View File

@@ -421,7 +421,6 @@ bool Map::Add(Player *player)
return false;
}
player->GetMapRef().link(this, player);
player->SetMap(this);
Cell cell(p);