X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Flocation.pl;h=a9be3e006d8bccef5b7d881ed59457096219ba19;hb=64b4171276c84a8df58776608dd9f568adef27b2;hp=64f6eb890a5d91ecf4b2976fe8d4767a3a370788;hpb=324bd80ed4aef7e2636f5a03288788ce11ab2663;p=spider.git diff --git a/cmd/set/location.pl b/cmd/set/location.pl index 64f6eb89..a9be3e00 100644 --- a/cmd/set/location.pl +++ b/cmd/set/location.pl @@ -23,7 +23,7 @@ if ($user) { my ($lat, $long) = DXBearing::stoll($line); $user->lat($lat); $user->long($long); - DXProt::broadcast_ak1a(DXProt::pc41($call, 3, $line), $DXProt::me); + DXProt::broadcast_all_ak1a(DXProt::pc41($call, 3, $line), $DXProt::me); if (!$user->qra) { my $qra = DXBearing::lltos($lat, $long); $user->qra($qra);