fix: quota maintain time is resetted on changelevel.
fix: crash without metamod after few map changes. fix: move sprites precache into the correct place. fix: move initialization stuff to post-ServerActivate.
This commit is contained in:
parent
cec833cb99
commit
17b9200195
4 changed files with 44 additions and 47 deletions
|
|
@ -673,6 +673,11 @@ public:
|
|||
static DETOUR_RETURN CR_STDCALL replacement (SharedLibrary::Handle module, const char *function) {
|
||||
return EntityLinkage::instance ().lookup (module, function);
|
||||
}
|
||||
|
||||
public:
|
||||
void clearExportTable () {
|
||||
m_exports.clear ();
|
||||
}
|
||||
};
|
||||
|
||||
// expose globals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue