Consistency: Replace GETEDICT with HLTypeConversion in core
This commit is contained in:
@ -147,6 +147,7 @@ int FF_ClientAuthorized = -1;
|
||||
int FF_ChangeLevel = -1;
|
||||
|
||||
IFileSystem* g_FileSystem;
|
||||
HLTypeConversion TypeConversion;
|
||||
|
||||
bool ColoredMenus(const char *ModName)
|
||||
{
|
||||
@ -518,6 +519,8 @@ int C_Spawn(edict_t *pent)
|
||||
|
||||
modules_callPluginsLoaded();
|
||||
|
||||
TypeConversion.init();
|
||||
|
||||
// ###### Call precache forward function
|
||||
g_dontprecache = false;
|
||||
executeForwards(FF_PluginPrecache);
|
||||
|
Reference in New Issue
Block a user