Update chatplus

This commit is contained in:
Rubenwardy 2013-08-17 17:13:03 +01:00
parent 3e71ecbc67
commit e2ef7cccaa

View File

@ -160,7 +160,7 @@ chatplus.register_handler(function(from,to,msg)
return nil return nil
end) end)
if not chatplus.distance then if chatplus.distance then
chatplus.register_handler(function(from,to,msg) chatplus.register_handler(function(from,to,msg)
local from_o = minetest.get_player_by_name(from) local from_o = minetest.get_player_by_name(from)
local to_o = minetest.get_player_by_name(to) local to_o = minetest.get_player_by_name(to)