Update init.lua

This commit is contained in:
Panquesito7 2019-08-22 18:23:59 -05:00 committed by GitHub
parent 70ae9f8a40
commit 2cced53b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,7 +176,8 @@ core.override_chatcommand("haspriv", {
table.insert(players_with_priv, player_name)
end
end
return true, S("Players online with the '@1' privilege: @2", param, table.concat(players_with_priv, ", "))
return true, S("Players online with the \"@1\" privilege: @2", param,
table.concat(players_with_priv, ", "))
end
})