fix DL coords
[spider.git] / perl / Thingy / Dx.pm
index aa7322ed12c1a6a4e9e2bc03b6bd2176372f833b..ee06c978c3799f9cb8013e36d8e872a5b4c4ffd4 100644 (file)
@@ -110,7 +110,7 @@ sub handle
        my $dxchan = shift;
 
        my $spot = $thing->{spotdata};
-       if (Spot::dup(@$spot[0..4])) {
+       if (Spot::dup(@$spot[0..4,5])) {
                dbg("PCPROT: Duplicate Spot ignored\n") if isdbg('chanerr');
                return;
        }