mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
fixed binlog max size name
This commit is contained in:
parent
4b0b3c0c7c
commit
17bbc37638
@ -321,7 +321,7 @@ int C_Spawn(edict_t *pent)
|
|||||||
LOG_ERROR(PLID, "Binary log failed to open.");
|
LOG_ERROR(PLID, "Binary log failed to open.");
|
||||||
}
|
}
|
||||||
g_binlog_level = atoi(get_localinfo("bin_logging", "17"));
|
g_binlog_level = atoi(get_localinfo("bin_logging", "17"));
|
||||||
g_binlog_maxsize = atoi(get_localinfo("binlog_maxsize", "20"));
|
g_binlog_maxsize = atoi(get_localinfo("max_binlog_size", "20"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
modules_callPluginsLoaded();
|
modules_callPluginsLoaded();
|
||||||
|
Loading…
Reference in New Issue
Block a user