mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
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