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 1b07722848
commit 603ac75a08

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