implemented checkbox for mc settings
This commit is contained in:
@ -307,12 +307,7 @@ class SettingManager implements CallbackListener {
|
||||
`default`,
|
||||
`set`
|
||||
) VALUES (
|
||||
?,
|
||||
?,
|
||||
?,
|
||||
?,
|
||||
?,
|
||||
?
|
||||
?, ?, ?, ?, ?, ?
|
||||
) ON DUPLICATE KEY UPDATE
|
||||
`index` = LAST_INSERT_ID(`index`),
|
||||
`type` = VALUES(`type`),
|
||||
|
Reference in New Issue
Block a user