Rename the FAKELAG isupport token to SAFERATE.

Ref: #2150
This commit is contained in:
Sadie Powell 2025-03-06 11:07:41 +00:00
parent 86ea288926
commit ca8dfe664f

View File

@ -243,7 +243,7 @@ public:
void OnBuildClassISupport(const std::shared_ptr<ConnectClass>& klass, ISupport::TokenMap& tokens) override
{
if (klass->fakelag)
tokens["FAKELAG"];
tokens["SAFERATE"];
}
};