fixed wrong aff return val
This commit is contained in:
parent
27ba10c8a0
commit
fe603c29f0
|
@ -16,7 +16,7 @@ int SetMysqlAffinity(AMX *amx)
|
|||
MF_AmxReRegister(amx, g_BaseSqlNatives, -1);
|
||||
MF_AmxReRegister(amx, g_ThreadSqlNatives, -1);
|
||||
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
bool DirExists(const char *dir)
|
||||
|
|
Loading…
Reference in New Issue
Block a user