fixed binlog max size name

This commit is contained in:
Borja Ferrer 2006-03-23 10:11:09 +00:00
parent 4b0b3c0c7c
commit 17bbc37638

View File

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