implemented a lot more binary opcodes
bumped versions
This commit is contained in:
@ -304,6 +304,7 @@ int C_Spawn(edict_t *pent)
|
||||
{
|
||||
LOG_ERROR(PLID, "Binary log failed to open.");
|
||||
}
|
||||
g_binlog_level = atoi(get_localinfo("bin_logging", "17"));
|
||||
#endif
|
||||
|
||||
// ###### Load AMX scripts
|
||||
@ -581,6 +582,10 @@ void C_ServerDeactivate_Post()
|
||||
}
|
||||
#endif // MEMORY_TEST
|
||||
|
||||
#if defined BINLOG_ENABLED
|
||||
g_BinLog.Close();
|
||||
#endif
|
||||
|
||||
g_initialized = false;
|
||||
|
||||
RETURN_META(MRES_IGNORED);
|
||||
|
Reference in New Issue
Block a user