bugfix
This commit is contained in:
parent
a167db9006
commit
6a9629286e
@ -64,7 +64,7 @@ local get_rank = function(target, chat)
|
|||||||
return 4
|
return 4
|
||||||
end
|
end
|
||||||
|
|
||||||
if chat then
|
if chat and admindata[chat] then
|
||||||
if admindata[chat].govs[target] then
|
if admindata[chat].govs[target] then
|
||||||
return 3
|
return 3
|
||||||
elseif admindata[chat].mods[target] then
|
elseif admindata[chat].mods[target] then
|
||||||
|
Reference in New Issue
Block a user