mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +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.");
|
||||
}
|
||||
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
|
||||
|
||||
modules_callPluginsLoaded();
|
||||
|
Loading…
x
Reference in New Issue
Block a user