Update chatplus
This commit is contained in:
parent
3e71ecbc67
commit
e2ef7cccaa
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user