mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02:00
Update luacheck
This commit is contained in:
@@ -25,7 +25,7 @@ local helper = require("druid.helper")
|
||||
local BaseComponent = class("druid.component")
|
||||
|
||||
local INTERESTS = {} -- Cache interests per component class in runtime
|
||||
local IS_AUTO_TEMPLATE = not (sys.get_config("druid.no_auto_template") == "1")
|
||||
local IS_AUTO_TEMPLATE = not (sys.get_config_int("druid.no_auto_template", 0) == "1")
|
||||
|
||||
-- Component Interests
|
||||
BaseComponent.ON_INPUT = const.ON_INPUT
|
||||
|
Reference in New Issue
Block a user