Commit af7e2957 authored by tepelmann's avatar tepelmann
Browse files

f_prNeighbour: sleep is done already in the called f_startBeingNeighbour.

parent 9dc8967d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1574,7 +1574,6 @@ module LibItsGeoNetworking_Functions {
        function f_prNeighbour() runs on ItsGeoNetworking {
            f_prDefault();
            f_startBeingNeighbour();
            f_sleep(0.5);
        }
        
        /**