mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-08 19:08:35 +00:00
Fixed SourceMod crashing after flushing the profiler (bug 4149, r=ds).
This commit is contained in:
parent
1b07722848
commit
603ac75a08
@ -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