After following the excellent sorting thread by @Supremative Sorting algorithms in Blueprints
I am using a simple bubble sort to arrange soccer league tables by points in descending order. However; teams that have the same number of points then need to be sorted by a goal difference parameter. How do I modify my blueprint to accomplish this?