From 36af88270e17cda6a8977cd996821e4a23fafa77 Mon Sep 17 00:00:00 2001 From: Qwreey Date: Thu, 23 Feb 2023 21:53:33 +0900 Subject: [PATCH] fix binding bug --- src/event.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/event.lua b/src/event.lua index c968814..8fb2da6 100644 --- a/src/event.lua +++ b/src/event.lua @@ -85,6 +85,8 @@ function module.init(shared) return true end end + + return true end -- property changed binding