Index: trunk/src/scriptbuilder/structures/TimeSlice.java
===================================================================
--- trunk/src/scriptbuilder/structures/TimeSlice.java	(revision 167)
+++ trunk/src/scriptbuilder/structures/TimeSlice.java	(revision 174)
@@ -334,4 +334,6 @@
                     System.out.println("the event was deleted");
                     events.remove(event);
+                    //this break prevents a ConcurrentModificationException. Not sure if this is logically okay.
+                    break;
                 }
                 
