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