Every vtable of classes derived from CBaseEntity needs to be updated (CBaseEntity::BCanCallVote() was added).
I need to do maintenance for other plugins, so this one is a bit low priority at the moment; throwing the issue up as a reminder. Will take care of it myself down the line if I need to, but if anyone wants to get ahead of me for ✨ maintainer credit ✨, feel free to PR.
If someone else tackles it, do keep in mind that the reported offsets for the CBaseObject vtable is known to be inaccurate on asherkin's dumper.
Every vtable of classes derived from
CBaseEntity
needs to be updated (CBaseEntity::BCanCallVote()
was added).I need to do maintenance for other plugins, so this one is a bit low priority at the moment; throwing the issue up as a reminder. Will take care of it myself down the line if I need to, but if anyone wants to get ahead of me for ✨ maintainer credit ✨, feel free to PR.
If someone else tackles it, do keep in mind that the reported offsets for the
CBaseObject
vtable is known to be inaccurate on asherkin's dumper.