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