mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 12:05:21 +09:00
Fixed Inventory Search Syntax
This commit is contained in:
@@ -73,7 +73,7 @@ Event.register(defines.events.on_tick,function(event)
|
||||
local players = game.connected_players
|
||||
if #players == 0 then return end
|
||||
local player = players[math.random(#players)]
|
||||
if Ranking.get_rank(player).allowed('all-items') then return end
|
||||
if Ranking.get_rank(player):allowed('all-items') then return end
|
||||
search_player(player)
|
||||
end
|
||||
end)
|
||||
@@ -177,7 +177,8 @@ ranks['Veteran']:edit('allow',false,{
|
||||
ranks['Member']:edit('allow',false,{
|
||||
['edit-tasklist']=true,
|
||||
['make-warp']=true,
|
||||
['nuke']=true
|
||||
['nuke']=true,
|
||||
['base-damage']=true
|
||||
})
|
||||
ranks['Regular']:edit('allow',false,{
|
||||
['kill']=true,
|
||||
|
||||
Reference in New Issue
Block a user