forgot this woops

This commit is contained in:
LightCat 2018-10-15 11:37:32 +02:00
parent fed8e3e327
commit e955beb8f5

View File

@ -276,7 +276,11 @@ int GetMaxParty()
if (peer.second.can_party)
partyable++;
}
return partyable;
}
CatCommand debug_maxparty("debug_partysize", "Debug party size", [](){
logging::Info("%d", GetMaxParty());
});
static HookedFunction paint(HookedFunctions_types::HF_Paint, "IRC", 16, []() {
if (!restarting)
{