From e2ef7cccaa76b9ac151633694f97a20d5bdc28b3 Mon Sep 17 00:00:00 2001 From: Rubenwardy Date: Sat, 17 Aug 2013 17:13:03 +0100 Subject: [PATCH] Update chatplus --- mods/chatplus/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/chatplus/init.lua b/mods/chatplus/init.lua index d029884..1a728ee 100644 --- a/mods/chatplus/init.lua +++ b/mods/chatplus/init.lua @@ -160,7 +160,7 @@ chatplus.register_handler(function(from,to,msg) return nil end) -if not chatplus.distance then +if chatplus.distance then chatplus.register_handler(function(from,to,msg) local from_o = minetest.get_player_by_name(from) local to_o = minetest.get_player_by_name(to)