Преглед изворни кода

Cycle event use COL_TRANSPORTER

Bastien Sevajol пре 9 година
родитељ
комит
9b8005097a
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      intelligine/synergy/event/CycleEvent.py

+ 2 - 2
intelligine/synergy/event/CycleEvent.py Прегледај датотеку

@@ -1,10 +1,10 @@
1 1
 from synergine.synergy.event.Event import Event
2
-from intelligine.cst import COL_ALIVE # TODO: Crer une col TRANPORTER ?
2
+from intelligine.cst import COL_TRANSPORTER
3 3
 
4 4
 
5 5
 class CycleEvent(Event):
6 6
 
7
-    concern = COL_ALIVE
7
+    concern = COL_TRANSPORTER
8 8
 
9 9
     def _object_match(self, object_id, context, parameters):
10 10
         return True