mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
Fixed Syntax Again - Forgot One
This commit is contained in:
@@ -49,7 +49,7 @@ end
|
|||||||
|
|
||||||
function search_player(player)
|
function search_player(player)
|
||||||
for category,items in pairs(_root_tree) do
|
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
|
for _,_inventory in pairs(inventorys) do
|
||||||
local inventory = player.get_inventory(_inventory)
|
local inventory = player.get_inventory(_inventory)
|
||||||
if inventory then
|
if inventory then
|
||||||
|
|||||||
Reference in New Issue
Block a user