mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Remove useless assert
Invalid assert as rebuilding cache map happens prior to initialization.
This commit is contained in:
parent
888989d2b3
commit
5a9824d30c
@ -54,7 +54,6 @@ void CSigCache::AddEntry(const string& svPattern, const uint64_t nRVA)
|
||||
return;
|
||||
}
|
||||
|
||||
Assert(m_bInitialized);
|
||||
(*m_Cache.mutable_smap())[svPattern] = nRVA;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user