Fixed SourceMod crashing after flushing the profiler (bug 4149, r=ds).
This commit is contained in:
parent
02a99f1e51
commit
85382cd6c2
@ -104,7 +104,8 @@ static sm_core_t core_bridge =
|
|||||||
UTIL_TrimWhitespace,
|
UTIL_TrimWhitespace,
|
||||||
log_error,
|
log_error,
|
||||||
get_cvar_string,
|
get_cvar_string,
|
||||||
UTIL_Format
|
UTIL_Format,
|
||||||
|
UTIL_ReplaceAll
|
||||||
};
|
};
|
||||||
|
|
||||||
void InitLogicBridge()
|
void InitLogicBridge()
|
||||||
|
Loading…
Reference in New Issue
Block a user