small bugs
[carveJwlIkooP6JGAAIwe30JlM.git] / blender_export.py
index f9b225d43507f1880058dd252e5bb6fc9e551783..eed99af0d9293536fa9e43335a686fe090564069 100644 (file)
@@ -2041,7 +2041,7 @@ class SR_OT_ROUTE_LIST_DEL_ITEM(bpy.types.Operator):
    @classmethod 
    def poll(cls, context):#{
       active_object = context.active_object
-      if obj_ent_type(active_object) == 'ent_gate':#{
+      if obj_ent_type(active_object) == 'ent_route':#{
          return active_object.SR_data.ent_route[0].gates
       #}
       else: return False