mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +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)
|
||||
Reference in New Issue
Block a user