Commit f082de4d authored by Julian Zobel's avatar Julian Zobel
Browse files

Bugfix

parent 51c3d041
......@@ -113,7 +113,7 @@ public class RandomDynamicAttractionGenerator implements IAttractionGenerator {
public void eventOccurred(Object content, int type) {
// maybe was already removed...
if(attractionPoints.contains(attractionPoint)) {
attractionPoints.remove(attractionPoint);
removeAttractionPoint(attractionPoint);
updateAttractionPoints();
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment