Fixed SourceMod crashing after flushing the profiler (bug 4149, r=ds).

This commit is contained in:
David Anderson 2009-12-19 18:18:17 -08:00
parent 02a99f1e51
commit 85382cd6c2

View File

@ -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()