From 2bd71a9abc1a6682af2ddc7f91b3c86969488229 Mon Sep 17 00:00:00 2001 From: delimeats-ch Date: Thu, 1 Apr 2021 13:46:10 -0500 Subject: [PATCH] Fix bug --- src/hacks/AutoParty.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hacks/AutoParty.cpp b/src/hacks/AutoParty.cpp index 5bd63448..a821f1e5 100644 --- a/src/hacks/AutoParty.cpp +++ b/src/hacks/AutoParty.cpp @@ -105,7 +105,7 @@ struct ipc_peer bool compare_ts(ipc_peer &a, ipc_peer &b) { - return a.ts_injected < b.ts_injected; + return a.ts_injected > b.ts_injected; } // Re-populates party_hosts from the current or new configuration