Skip to content
Snippets Groups Projects
Commit 4b71cbc6 authored by Tim Feuerbach's avatar Tim Feuerbach
Browse files

use BEACON_NOT_AVAILABLE to indicate beacon not found at position

parent 3d2b4385
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ public class ResourceCollectionMovementMonitor implements SimHostComponent, Loca
}
protected void beaconNotAvailable(UniqueID beaconId) {
notifyListener(beaconId, 0, ResourceCollectionListener.UNKNOWN_REMAINING_RESOURCES);
notifyListener(beaconId, 0, ResourceCollectionListener.BEACON_NOT_AVAILABLE);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment