This commit is contained in:
luk3yx 2020-09-08 15:02:49 +12:00
parent e7bc9aafca
commit 6e6cf438aa
1 changed files with 1 additions and 1 deletions

View File

@ -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