mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Fixed Disallow copy from group
This commit is contained in:
@@ -151,6 +151,7 @@ function Ranking._auto_edit_ranks()
|
||||
end
|
||||
for power = #ranks, 1, -1 do
|
||||
rank = ranks[power]
|
||||
rank:edit('disallow',false,rank.group.disallow)
|
||||
if ranks[power+1] then
|
||||
rank:edit('allow',false,ranks[power+1].allow)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user