Fixed a bug with multiple replacement effect. The bug appear with the fix of #198 and #196

This commit is contained in:
Plopman 2013-07-23 23:20:16 +02:00
parent e2e06ae65b
commit 8b6cfc9529

View file

@ -563,6 +563,7 @@ public class ContinuousEffects implements Serializable {
checked++; checked++;
} }
} }
break;
} }
} }
} }