fix DL coords
[spider.git] / perl / DXProt.pm
index 46fda5706fe5bdbadfa8c73058ed8d0c56c1f369..a3150ceeb6d2f069e3fbc5d3d5ac194ad01955de 100644 (file)
@@ -548,7 +548,7 @@ sub handle_11
        # this goes after the input filtering, but before the add
        # so that if it is input filtered, it isn't added to the dup
        # list. This allows it to come in from a "legitimate" source
-       if (Spot::dup(@spot[0..4])) {
+       if (Spot::dup(@spot[0..4,5])) {
                dbg("PCPROT: Duplicate Spot ignored\n") if isdbg('chanerr');
                return;
        }