duh
This commit is contained in:
parent
638446e61f
commit
c67fecfb82
1 changed files with 1 additions and 1 deletions
2
opsb.c
2
opsb.c
|
@ -938,7 +938,7 @@ void LoadConfig(void)
|
||||||
opsb.cachetime = 3600;
|
opsb.cachetime = 3600;
|
||||||
}
|
}
|
||||||
if (GetConf((void *)&opsb.verbose, CFGINT, "Verbose") <= 0) {
|
if (GetConf((void *)&opsb.verbose, CFGINT, "Verbose") <= 0) {
|
||||||
opsb.cachetime = 1;
|
opsb.verbose = 1;
|
||||||
}
|
}
|
||||||
if (GetConf((void *)&opsb.bantime, CFGINT, "BanTime") <= 0) {
|
if (GetConf((void *)&opsb.bantime, CFGINT, "BanTime") <= 0) {
|
||||||
opsb.bantime = 86400;
|
opsb.bantime = 86400;
|
||||||
|
|
Reference in a new issue