Skip to content

Commit ecdfbfc

Browse files
davisonioest31
authored andcommittedJun 14, 2015
Remove reference to deprecated privilege
1 parent ee38bcd commit ecdfbfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎builtin/game/chatcommands.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ core.register_chatcommand("revoke", {
189189
local revoke_privs = core.string_to_privs(revoke_priv_str)
190190
local privs = core.get_player_privs(revoke_name)
191191
for priv, _ in pairs(revoke_privs) do
192-
if priv ~= "interact" and priv ~= "shout" and priv ~= "interact_extra" and
192+
if priv ~= "interact" and priv ~= "shout" and
193193
not core.check_player_privs(name, {privs=true}) then
194194
return false, "Your privileges are insufficient."
195195
end

0 commit comments

Comments
 (0)
Please sign in to comment.