]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/helpers/Participant.js
lock rounds
[alttp.git] / resources / js / helpers / Participant.js
index 3db4121c5b6d3689aca5911b9388c8af4d0cc7ac..a44d465a4e57609b0e45ff5e756fde2344a1a8e2 100644 (file)
@@ -25,7 +25,7 @@ export const compareResult = round => (a, b) => {
        if (b_forfeit) {
                return 1;
        }
-       return 0;
+       return compareUsername(a, b);
 };
 
 export const compareUsername = (a, b) => {