2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-07-14 09:16:21 +03:00

SQL disabled by default

This commit is contained in:
Felix Geyer 2004-07-29 10:41:55 +00:00
parent 265ef9ab88
commit 5874a313e4

@ -32,8 +32,8 @@
* version.
*/
// comment for non-mysql version
#define USING_SQL
// Uncomment for SQL version
//#define USING_SQL
#include <amxmodx>
#include <amxmisc>