And Another missed method

This commit is contained in:
Flerp 2025-11-14 18:03:57 -08:00
parent a304a50cf8
commit aeb027d421

View File

@ -748,7 +748,7 @@ public:
return true;
}
bool CanGroupInvite(Player* player, std::string& /*membername*/) override
bool OnPlayerCanGroupInvite(Player* player, std::string& /*membername*/) override
{
if (!sChallengeModes->challengeEnabledForPlayer(SETTING_IRON_MAN, player))
{