diff --git a/src/client/map.cpp b/src/client/map.cpp index 3cae4dfe..b67ac1b7 100644 --- a/src/client/map.cpp +++ b/src/client/map.cpp @@ -116,7 +116,6 @@ void Map::addThing(const ThingPtr& thing, const Position& pos, int stackPos) } else { if(thing->isMissile()) { m_floorMissiles[pos.z].push_back(thing->static_self_cast()); - thing->onAppear(); } else if(thing->isAnimatedText()) { // this code will stack animated texts of the same color AnimatedTextPtr animatedText = thing->static_self_cast();