From 4e8c8ee783d2080b0507861c1b13ffb31622d29a Mon Sep 17 00:00:00 2001
From: entuland <entuland@gmail.com>
Date: Wed, 20 Jun 2018 01:00:25 +0200
Subject: [PATCH] Forgot to disable chat notifications

---
 init.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.lua b/init.lua
index 91e360d..8156450 100644
--- a/init.lua
+++ b/init.lua
@@ -4,7 +4,7 @@ rhotator.mod_path = minetest.get_modpath(minetest.get_current_modname())
 
 local matrix = dofile(rhotator.mod_path .. "/lib/matrix.lua")
 
-local enable_chat_notifications = true
+local enable_chat_notifications = false
 
 -- constants
 
-- 
GitLab