forgot this woops
This commit is contained in:
parent
fed8e3e327
commit
e955beb8f5
@ -276,7 +276,11 @@ int GetMaxParty()
|
|||||||
if (peer.second.can_party)
|
if (peer.second.can_party)
|
||||||
partyable++;
|
partyable++;
|
||||||
}
|
}
|
||||||
|
return partyable;
|
||||||
}
|
}
|
||||||
|
CatCommand debug_maxparty("debug_partysize", "Debug party size", [](){
|
||||||
|
logging::Info("%d", GetMaxParty());
|
||||||
|
});
|
||||||
static HookedFunction paint(HookedFunctions_types::HF_Paint, "IRC", 16, []() {
|
static HookedFunction paint(HookedFunctions_types::HF_Paint, "IRC", 16, []() {
|
||||||
if (!restarting)
|
if (!restarting)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user