parent
aac527ae89
commit
5167533c6d
@ -115,7 +115,12 @@ class GPS {
|
||||
}
|
||||
|
||||
@:allow(kernel.net.Net)
|
||||
private static function handlePackage(pack:Package<Noise>, dist:Float, iface:INetworkInterface) {
|
||||
private static function handlePackage(pack:Package<Noise>, dist:Null<Float>, iface:INetworkInterface) {
|
||||
if (dist == null) {
|
||||
// Message comes from another dimension and has no distance.
|
||||
return;
|
||||
}
|
||||
|
||||
switch (pack.type) {
|
||||
case GPSRequest:
|
||||
if (!shouldRespond)
|
||||
|
Loading…
Reference in New Issue
Block a user