Skip to content

Commit

Permalink
Fix ACL message formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
S-S-X committed May 21, 2023
1 parent e544090 commit 8923426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/acl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ local invite_channel = {
local preformatted = beerchat.format_string(format_string, { old_role = old_role, role = data.role })
minetest.chat_send_player(name, beerchat.format_message(preformatted, {
channel = data.channel,
from_player = name,
to_player = data.target,
}))
end
Expand Down

0 comments on commit 8923426

Please sign in to comment.