Main/resources/[tools]/kq_propplacer/config.lua

11 lines
301 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
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,
}