diff options
Diffstat (limited to 'health-controller.lua')
-rw-r--r-- | health-controller.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/health-controller.lua b/health-controller.lua index c1ab2c0..fb7d4fb 100644 --- a/health-controller.lua +++ b/health-controller.lua @@ -1,9 +1,6 @@ module (..., package.seeall) -mvc={} -mvc.on_load = function(self, parent) - self.conf.default_action = "system" -end +default_action = "system" -- Public methods |