1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/kq_propplacer/config.lua
2025-06-07 08:51:21 +02:00

10 lines
301 B
Lua

Config = {}
-- Enabling this will add additional prints and display of the resource within the pot
Config.debug = false
Config.sql = {
driver = 'oxmysql', -- oxmysql or ghmattimysql or mysql
-- If you're using an older version of oxmysql set this to false
newOxMysql = true,
}