1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-11-05 00:19:02 -08:00

prevent multiple focus

This commit is contained in:
Connor Olding 2015-05-14 00:58:23 -07:00
parent 391c51575c
commit 9b6c63df2d

View file

@ -271,7 +271,7 @@ function ActorLister:run(now)
print(str)
end
if (focus_this and not focus_link) or addr == target then
if (focus_this and not focus_link) or (focus_link and addr == target) then
local actor = {
name = name,
addr = addr,