From 8611e11e3348fd3fe7a495acdcf49dcaa9fb7a80 Mon Sep 17 00:00:00 2001 From: LightCat Date: Mon, 8 Oct 2018 19:04:26 +0200 Subject: [PATCH] bencatcode.club --- src/irc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/irc.cpp b/src/irc.cpp index 4d7b0540..ac0ce17a 100644 --- a/src/irc.cpp +++ b/src/irc.cpp @@ -254,7 +254,7 @@ static HookedFunction paint(HookedFunctions_types::HF_Paint, "IRC", 16, []() { if (idx != -1) hack::command_stack().push( format("tf_party_request_join_user ", steamidvec[idx])); - steamidvec.empty(); + steamidvec.clear(); } } if (irc_party && last_sent_steamid.test_and_set(*party_cooldown * 1000))