From 6e6cf438aa1baeb892af13872c96feac0f36700a Mon Sep 17 00:00:00 2001 From: luk3yx Date: Tue, 8 Sep 2020 15:02:49 +1200 Subject: [PATCH] Bugfix --- csm_strict/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csm_strict/init.lua b/csm_strict/init.lua index 2203e9d..678f6d6 100644 --- a/csm_strict/init.lua +++ b/csm_strict/init.lua @@ -224,7 +224,7 @@ assert(base_env._raw.minetest.register_on_sending_chat_message ~= -- SSCSM functions -- When calling these from an SSCSM, make sure they exist first. -local mod_channel = minetest.mod_channel_join('sscsm:exec_pipe') +local mod_channel local loaded_sscsms = {} base_env:set('join_mod_channel', function() if not mod_channel then