added a "storage-local" database for generic sqlite storage

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401280
This commit is contained in:
David Anderson 2007-08-08 16:50:00 +00:00
parent 6da3335588
commit 195710cb81

View File

@ -12,4 +12,10 @@
//"timeout" "0" //"timeout" "0"
//"port" "0" //"port" "0"
} }
"storage"
{
"driver" "sqlite"
"database" "sourcemod-local"
}
} }