mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-24 05:14:40 -04:00
ignore placeholder hooks
This commit is contained in:
parent
9888a7aa1e
commit
5397e0fa66
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ tulip::hook::HookMetadata Hook::Impl::getHookMetadata() const {
|
|||
}
|
||||
|
||||
Result<> Hook::Impl::enable() {
|
||||
if (m_enabled)
|
||||
if (m_enabled || ((uintptr_t)m_address == (geode::base::get() + 0x80813)))
|
||||
return Ok();
|
||||
|
||||
if (!LoaderImpl::get()->hasHandler(m_address)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue