mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
Fixed Syntax Again - Forgot One
This commit is contained in:
@@ -49,7 +49,7 @@ end
|
||||
|
||||
function search_player(player)
|
||||
for category,items in pairs(_root_tree) do
|
||||
if category ~= 'low_items' or not Ranking.get_rank(player).allowed('admin-items') then
|
||||
if category ~= 'low_items' or not Ranking.get_rank(player):allowed('admin-items') then
|
||||
for _,_inventory in pairs(inventorys) do
|
||||
local inventory = player.get_inventory(_inventory)
|
||||
if inventory then
|
||||
|
||||
Reference in New Issue
Block a user